Skip to content

Commit

Permalink
bumping manifest version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 13, 2024
1 parent f0086f3 commit 7e0e61f
Show file tree
Hide file tree
Showing 2 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.0.4",
"version": "1.0.5",
"minAppVersion": "0.15.0",
"description": "Ironsworn/Starforged gameplay plugin",
"author": "Chris Wegrzyn",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forged",
"version": "1.0.1",
"version": "1.0.5",
"description": "",
"main": "main.js",
"engines": {
Expand All @@ -13,7 +13,7 @@
"swc:build": "swc src --out-dir dist --copy-files",
"dev": "turbowatch ./turbowatch.js",
"_dev": "swc src --out-dir dist --copy-files --watch",
"bump": "node ./scripts/update_manifest.js ${npm_config_tag} && npm run version --no-git-tag-version ${npm_config_tag} && git commit -a -m \"bumping manifest version to ${npm_config_tag}\" && git tag -a ${npm_config_tag} -m ${npm_config_tag} && git push --follow-tags"
"bump": "node ./scripts/update_manifest.js ${npm_config_tag} && npm version --no-git-tag-version ${npm_config_tag} && git commit -a -m \"bumping manifest version to ${npm_config_tag}\" && git tag -a ${npm_config_tag} -m ${npm_config_tag} && git push --follow-tags"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 7e0e61f

Please sign in to comment.