Skip to content

Commit

Permalink
update: v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JulenBordonaba committed Nov 10, 2024
1 parent f9ebf12 commit 4c340b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "anima-beyond-foundry",
"version": "1.19.2",
"version": "1.9.3",
"description": "Unofficial Anima Beyond Fantasy system for Foundry VTT",
"type": "module",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"build:prod": "npm run compendia:pack && npx vite build",
"svelte-check": "npx svelte-check --no-tsconfig --threshold error",
"clean": "rimraf dist/",
"release": "node scripts/release/release.js",
"release:dry": "node scripts/release/release.js --dry",
"release": "node scripts/release/release.cjs",
"release:dry": "node scripts/release/release.cjs --dry",
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest src",
"hook:pre-commit": "lint-staged",
"cypress:open": "cd integration && cypress open",
Expand Down
6 changes: 3 additions & 3 deletions src/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"id": "animabf",
"title": "Anima Beyond Fantasy",
"description": "Unofficial Anima Beyond Fantasy system for Foundry VTT",
"version": "1.19.2",
"version": "1.9.3",
"compatibility": { "minimum": "12", "verified": "12.331" },
"url": "https://github.com/AnimaBeyondDevelop/AnimaBeyondFoundry",
"manifest": "https://raw.githubusercontent.com/AnimaBeyondDevelop/AnimaBeyondFoundry/main/src/system.json",
"changelog": "https://github.com/AnimaBeyondDevelop/AnimaBeyondFoundry/releases/tag/v1.19.2",
"download": "https://github.com/AnimaBeyondDevelop/AnimaBeyondFoundry/releases/download/v1.19.2/animabf.zip",
"changelog": "https://github.com/AnimaBeyondDevelop/AnimaBeyondFoundry/releases/tag/v1.9.3",
"download": "https://github.com/AnimaBeyondDevelop/AnimaBeyondFoundry/releases/download/v1.9.3/animabf.zip",
"bugs": "https://github.com/AnimaBeyondDevelop/AnimaBeyondFoundry/issues",
"authors": [{ "name": "Linkaynn", "url": "https://www.jeseromero.com" }],
"scripts": [],
Expand Down

0 comments on commit 4c340b3

Please sign in to comment.