Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualHotBar committed Jun 4, 2024
1 parent 4a95bcb commit 0678c2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netmount-gui",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"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.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "netmount"
description = "NetMount"
version = "1.1.0"
version = "1.1.1"
authors = ["VirtualHotBar"]
license = "AGPL-3.0"
repository = ""
default-run = "netmount"
edition = "2021"
rust-version = "1.60"
rust-version = "1.76"

[package.metadata.windows]
manifest = "app.manifest"
Expand Down

0 comments on commit 0678c2c

Please sign in to comment.