Skip to content

Commit

Permalink
Bumped version number to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
w-henderson committed Nov 11, 2022
1 parent d8d2ae9 commit d45c287
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions range/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 range/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "equion",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"dependencies": {
"@tauri-apps/api": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion range/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 range/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.1.3"
version = "0.1.4"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion range/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Equion",
"version": "0.1.3"
"version": "0.1.4"
},
"build": {
"distDir": "../build",
Expand Down

0 comments on commit d45c287

Please sign in to comment.