Skip to content

Commit

Permalink
chore: bump version to v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
edfletcher committed Apr 23, 2024
1 parent 4d08490 commit 1044fb0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nhex",
"private": true,
"version": "0.3.5",
"version": "0.3.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

7 changes: 5 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nhex"
version = "0.3.5"
version = "0.3.6"
description = "nhex"
authors = [ "you" ]
edition = "2021"
Expand All @@ -16,7 +16,10 @@ irc = "1.0.0"
futures = "0.3.30"
failure = "0.1.8"
chrono = "0.4"
rusqlite = { version = "0.31.0", features = ["bundled"] }

[dependencies.rusqlite]
version = "0.31.0"
features = [ "bundled" ]

[dependencies.tauri]
version = "1"
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 @@ -7,7 +7,7 @@
},
"package": {
"productName": "nhex",
"version": "0.3.5"
"version": "0.3.6"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 1044fb0

Please sign in to comment.