Skip to content

Commit

Permalink
v1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n3dst4 committed Sep 15, 2024
1 parent 6bcc6ba commit ef2e578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pub-crusade",
"version": "1.0.0",
"version": "1.0.0-alpha.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"format:fix": "prettier --write src",
"lint:check": "pnpm format:check && pnpm eslint:check",
"lint:fix": "pnpm format:fix && pnpm eslint:fix",
"do-release": "./shared-fvtt-bits/scripts/do-release.sh",
"do-release": "./packages/shared-fvtt-bits/scripts/do-release.sh",
"typecheck": "tsc --noEmit"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion public/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "pub-crusade",
"title": "Pub Crusade",
"description": "Pub Crusade by Grant Howitt",
"version": "1.0.0",
"version": "1.0.0-alpha.1",
"authors": [{ "name": "Neil de Carteret" }],
"esmodules": ["pub-crusade.mjs"],
"compatibility": {
Expand Down

0 comments on commit ef2e578

Please sign in to comment.