Skip to content

Commit

Permalink
chore: release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Aug 26, 2021
1 parent 5985613 commit 2bd8e44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uncode",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",
"repository": "https://github.com/inherd/uncode",
"author": "Phodal HUANG",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "uncode"
# release version need to change in `package.json`
#
version = "0.0.1"
version = "0.0.2"
description = "Cloud dev IDE"
authors = [ "admin@inherd.org", "h@phodal.com" ]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion uncode-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uncode-ui",
"version": "0.1.0",
"version": "0.0.2",
"private": true,
"resolutions": {
"monaco-editor": "0.27.0"
Expand Down
2 changes: 1 addition & 1 deletion uncode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uncode_rpc"
version = "0.1.0"
version = "0.0.2"
authors = ["Inherd Group <group@inherd.org>", "Phodal Huang <h@phodal.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 2bd8e44

Please sign in to comment.