Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
c2r0b committed Dec 18, 2023
1 parent 1bf9923 commit 7bc0cd9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vnmsim",
"version": "2.3.0",
"version": "2.3.1",
"description": "A simulator of the Von Neumann machine",
"main": "index.js",
"scripts": {
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 = "vnms"
version = "2.3.0"
version = "2.3.1"
description = "VNMS"
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shared"
version = "2.3.0"
version = "2.3.1"
edition = "2021"

[lib]
Expand Down

0 comments on commit 7bc0cd9

Please sign in to comment.