Skip to content

Commit 1d17e66

Browse files
committed
v0.2.0 release
1 parent a487e86 commit 1d17e66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aniluv",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"author": "wovnep",
66
"type": "module",
77
"scripts": {

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aniluv"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "aniluv"
55
authors = ["wovnep"]
66
license = "MIT"

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Aniluv",
11-
"version": "0.1.0"
11+
"version": "0.2.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)