We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a487e86 commit 1d17e66Copy full SHA for 1d17e66
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "aniluv",
3
"private": true,
4
- "version": "0.1.0",
+ "version": "0.2.0",
5
"author": "wovnep",
6
"type": "module",
7
"scripts": {
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "aniluv"
-version = "0.1.0"
+version = "0.2.0"
description = "aniluv"
authors = ["wovnep"]
license = "MIT"
src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
8
},
9
"package": {
10
"productName": "Aniluv",
11
- "version": "0.1.0"
+ "version": "0.2.0"
12
13
"tauri": {
14
"allowlist": {
0 commit comments