Skip to content

Commit 2919411

Browse files
committed
Release v0.2.1
Forgot to update Tauri config version :/
1 parent 9f388f1 commit 2919411

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kalkki",
33
"private": true,
4-
"version": "0.2.2-nightly",
4+
"version": "0.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "kalkki",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"identifier": "fi.mikroni.kalkki",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)