Skip to content

Commit e5b8f89

Browse files
committed
Release v1.12.1
1 parent 3de350d commit e5b8f89

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.12.1
2+
### Hotfix
3+
- Version 1.12.0 was incorrectly packaged, which caused it to fail to load
4+
5+
16
## 1.12.0
27
### New features
38
- Pathfinding is now supported on gridless scenes

module.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "drag-ruler",
33
"title": "Drag Ruler",
44
"description": "When dragging a token displays a ruler showing how far you've moved that token.",
5-
"version": "1.12.0",
5+
"version": "1.12.1",
66
"minimumCoreVersion" : "9.245",
77
"compatibleCoreVersion" : "9",
88
"authors": [
@@ -65,7 +65,7 @@
6565
],
6666
"socket": true,
6767
"url": "https://github.com/manuelVo/foundryvtt-drag-ruler",
68-
"download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.12.0.zip",
68+
"download": "https://github.com/manuelVo/foundryvtt-drag-ruler/releases/download/v1.12.1/drag-ruler-1.12.1.zip",
6969
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/master/module.json",
7070
"readme": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/README.md",
7171
"changelog": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/CHANGELOG.md",

rust/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gridless-pathfinding"
3-
version = "0.1.0"
3+
version = "1.12.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)