Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed Sep 28, 2023
1 parent b56449e commit 8f98efa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion colorizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "colorizer"
version = "0.1.0"
edition = "2021"


[dependencies]
color-eyre = "0.6.2"
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chroma",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 8008",
Expand Down
2 changes: 1 addition & 1 deletion server/chroma/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chroma"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 8f98efa

Please sign in to comment.