Merge pull request #22 from presenton/new_version
Changes: new version and artifactname
This commit is contained in:
commit
d8070b8caa
3 changed files with 4 additions and 3 deletions
1
build.js
1
build.js
|
|
@ -13,6 +13,7 @@ const config = {
|
|||
"NOTICE",
|
||||
],
|
||||
linux: {
|
||||
artifactName: "Presenton-${version}.${ext}",
|
||||
target: ["AppImage"],
|
||||
icon: "resources/ui/assets/images/presenton_short_filled.png",
|
||||
},
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "presenton",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0-beta",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "presenton",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0-beta",
|
||||
"dependencies": {
|
||||
"@tailwindcss/cli": "^4.1.5",
|
||||
"dotenv": "^16.5.0",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "presenton",
|
||||
"main": "app_dist/main.js",
|
||||
"version": "0.1.0-beta",
|
||||
"version": "0.2.0-beta",
|
||||
"description": "Presenton Open Source",
|
||||
"homepage": "https://presenton.ai",
|
||||
"author": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue