version bump

This commit is contained in:
Novattz
2025-06-24 19:44:52 +02:00
parent b7a850f2d5
commit 0c57cb75c2
3 changed files with 6 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "creamlinux", "name": "creamlinux",
"version": "1.0.0", "version": "1.0.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "creamlinux", "name": "creamlinux",
"version": "1.0.0", "version": "1.0.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tauri-apps/api": "^2.5.0", "@tauri-apps/api": "^2.5.0",

View File

@@ -1,7 +1,7 @@
{ {
"name": "creamlinux", "name": "creamlinux",
"private": true, "private": true,
"version": "1.0.1", "version": "1.0.2",
"type": "module", "type": "module",
"author": "Tickbase", "author": "Tickbase",
"repository": "https://github.com/Novattz/creamlinux-installer", "repository": "https://github.com/Novattz/creamlinux-installer",

View File

@@ -11,11 +11,12 @@
"targets": "all", "targets": "all",
"category": "Utility", "category": "Utility",
"createUpdaterArtifacts": true, "createUpdaterArtifacts": true,
"icon": ["icons/128x128.png", "icons/128x128@2x.png", "icons/icon.png"] "icon": ["icons/128x128.png", "icons/128x128@2x.png", "icons/icon.png"],
"resources": ["resources/libs/*"]
}, },
"productName": "Creamlinux", "productName": "Creamlinux",
"mainBinaryName": "creamlinux", "mainBinaryName": "creamlinux",
"version": "1.0.1", "version": "1.0.2",
"identifier": "com.creamlinux.dev", "identifier": "com.creamlinux.dev",
"plugins": { "plugins": {
"updater": { "updater": {