Skip to content

Commit

Permalink
chore: v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglun committed Dec 2, 2023
1 parent be617a6 commit cdbafbe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lettura",
"version": "0.1.10",
"version": "0.1.11",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lettura"
version = "0.1.1"
version = "0.1.11"
description = "Your RSS reader"
authors = ["[email protected]"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Lettura",
"version": "0.1.10"
"version": "0.1.11"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit cdbafbe

Please sign in to comment.