mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-18 22:20:14 +03:00
Updated dependencies, changed project version
This commit is contained in:
parent
2d7e1745b4
commit
44b94c0aa3
3 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"applicationId": "com.krypt0nn.an-anime-game-launcher",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"defaultMode": "window",
|
||||
"port": 0,
|
||||
"documentRoot": "/bundle/",
|
||||
|
|
18
package.json
18
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "an-anime-game-launcher",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"license": "GPL-3.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -17,17 +17,17 @@
|
|||
"yaml": "^1.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@neutralinojs/neu": "^9.0.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.34",
|
||||
"@neutralinojs/neu": "^9.1.1",
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.35",
|
||||
"@tsconfig/svelte": "^3.0.0",
|
||||
"@types/js-md5": "^0.4.3",
|
||||
"neutralino-appimage-bundler": "^1.3.2",
|
||||
"sass": "^1.47.0",
|
||||
"svelte": "^3.45.0",
|
||||
"svelte-check": "^2.2.12",
|
||||
"svelte-preprocess": "^4.10.1",
|
||||
"sass": "^1.49.0",
|
||||
"svelte": "^3.46.2",
|
||||
"svelte-check": "^2.3.0",
|
||||
"svelte-preprocess": "^4.10.2",
|
||||
"tslib": "^2.3.1",
|
||||
"typescript": "^4.5.4",
|
||||
"vite": "^2.7.10"
|
||||
"typescript": "^4.5.5",
|
||||
"vite": "^2.7.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@ const bundler = new Bundler({
|
|||
output: path.join(__dirname, '../dist/An Anime Game Launcher.AppImage'),
|
||||
|
||||
// Application version
|
||||
version: '2.0.0'
|
||||
version: '2.1.0'
|
||||
});
|
||||
|
||||
// Bundle project
|
||||
|
|
Loading…
Add table
Reference in a new issue