Skip to content

Commit

Permalink
bumping manifest version to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 15, 2024
1 parent 60fdf47 commit 4831fd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "forged",
"name": "Forged Plugin",
"version": "1.2.5",
"version": "1.2.6",
"minAppVersion": "0.15.0",
"description": "Ironsworn/Starforged gameplay plugin",
"author": "Chris Wegrzyn",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forged",
"version": "1.2.5",
"version": "1.2.6",
"description": "",
"main": "main.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test-vault/Journals/Chapter 01.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ move id="starforged/moves/adventure/face_danger" {
add 1 "because I'm cool [[Ash Barlowe]]"
roll "shadow" 1 3 1 9 9 // <statname> <action-die> <stat> <adds> <vs1> <vs2>
}
- "Oh nooo. This is gonna hurt. Time to [[Endure Harm]]."
- "Oh nooo. This is gonna hurt. Time to [[Endure Harm]]. bla bla bla bla bla bla bla bla bla bla"
move "Endure Harm" {
meter "health" from=3 to=2
meter "health" 3 2 // <meter> <from> <to>
Expand Down

0 comments on commit 4831fd3

Please sign in to comment.