Skip to content

Commit

Permalink
Bump version to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
1whatleytay committed Nov 7, 2024
1 parent 65652c5 commit 3f1c9d6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "saturn",
"private": true,
"version": "0.1.9",
"version": "0.1.10",
"type": "module",
"author": "Taylor Whatley",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-backend/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-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "saturn_backend"
version = "0.1.9"
version = "0.1.10"
description = "Logical bakend for the Saturn IDE."
authors = ["desgroup"]
license = ""
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 = "saturn"
version = "0.1.9"
version = "0.1.10"
description = "A modern MIPS IDE."
authors = ["desgroup"]
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": "Saturn",
"version": "0.1.9"
"version": "0.1.10"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src-wasm/Cargo.lock

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

0 comments on commit 3f1c9d6

Please sign in to comment.