Skip to content

Commit 327a4f6

Browse files
committed
feat: bump version
1 parent 98307b6 commit 327a4f6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"scripts": {
66
"dev": "astro dev",
@@ -29,4 +29,4 @@
2929
"astro": "^4.3.2",
3030
"typescript": "^5.0.2"
3131
}
32-
}
32+
}

src-tauri/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "micro"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Rock solid GIFs, straight from your desktop."
55
authors = ["Siddharth <siddharth99c@gmail.com>"]
66
license = "AGPL-3.0-only"

0 commit comments

Comments
 (0)