Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Hrishikesh Patil <hrishikeshpatil.754@gmail.com>
  • Loading branch information
riskycase committed Nov 17, 2022
1 parent d470d48 commit aaf500d
Show file tree
Hide file tree
Showing 4 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,6 +1,6 @@
{
"name": "auto-campnet-gui",
"version": "0.2.1",
"version": "1.0.0",
"scripts": {
"tauri": "tauri",
"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.

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 = "app"
version = "0.2.1"
version = "1.0.0"
description = "Connect to BITS Goa campus network automatically"
authors = ["Hrishikesh Patil <hrishikeshpatil.754@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Auto Campnet GUI",
"version": "0.2.1"
"version": "1.0.0"
},
"build": {
"distDir": "../dist",
Expand Down

0 comments on commit aaf500d

Please sign in to comment.