Skip to content

Commit

Permalink
chore: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpawel10 committed Nov 26, 2022
1 parent 8b78a9e commit 64ec16f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,7 @@ checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"

[[package]]
name = "player"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"axum",
"bs58",
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "player",
"version": "0.1.0",
"version": "0.2.0",
"license": "UNLICENSE",
"scripts": {
"start": "vite",
Expand Down
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 = "player"
version = "0.1.0"
version = "0.2.0"
description = "player"
authors = ["bpawel10"]
license = "UNLICENSE"
Expand Down

0 comments on commit 64ec16f

Please sign in to comment.