3 Commits

Author SHA1 Message Date
f69be14b5e 2.2.1 2025-01-06 19:34:28 +01:00
dce554fc66 fix: set pnpm version in github actions correctly 2025-01-06 19:32:43 +01:00
f152dbdcf5 fix: set node/pnpm versions correctly 2025-01-06 19:31:04 +01:00
4 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: 🐉 Use Node.js 22.4.x
uses: actions/setup-node@v3
with:

View File

@@ -1,11 +1,11 @@
{
"name": "charachorder-device-manager",
"version": "2.2.0",
"version": "2.2.1",
"license": "AGPL-3.0-or-later",
"private": true,
"engines": {
"node": ">=18.16",
"pnpm": ">=8.6"
"node": ">=22.4",
"pnpm": ">=9.4"
},
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
[package]
name = "app"
version = "2.2.0"
version = "2.2.1"
description = "A Tauri App"
authors = ["Thea Schöbl <dev@theaninova.de>"]
license = "AGPL-3"

View File

@@ -6,7 +6,7 @@
"devPath": "http://localhost:5173",
"distDir": "../build"
},
"package": { "productName": "amacc1ng", "version": "2.2.0" },
"package": { "productName": "amacc1ng", "version": "2.2.1" },
"tauri": {
"allowlist": { "all": false },
"bundle": {