Skip to content

Commit

Permalink
v0.2.2 ad4min
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Dec 3, 2022
1 parent 6cb086f commit b941d6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ad4min",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ad4min"
version = "0.2.1"
version = "0.2.2"
description = "Administration of ad4m services"
authors = ["Kaichao Sun"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "AD4Min",
"version": "0.2.1"
"version": "0.2.2"
},
"build": {
"distDir": "../build",
Expand Down

0 comments on commit b941d6e

Please sign in to comment.