Skip to content

Commit

Permalink
chore(release): release version 0.6.1
Browse files Browse the repository at this point in the history
This release is the same as 0.6.0 but treis to fix the build matrix to
cover all necessary packages.
  • Loading branch information
critocrito committed Jul 20, 2020
1 parent 6c683c1 commit 85412b4
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="0.6.1"></a>
## 0.6.1 (2020-07-20)




<a name="0.6.0"></a>
## 0.6.0 (2020-07-20)

Expand Down
2 changes: 1 addition & 1 deletion resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.0</string>
<string>0.6.1</string>
<key>IFMajorVersion</key>
<integer>0</integer>
<key>IFMinorVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion src/rs/ncube-crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ncube-crypto"
version = "0.6.0"
version = "0.6.1"
authors = ["Christo <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/rs/ncube-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ncube-data"
version = "0.6.0"
version = "0.6.1"
authors = ["Christo <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/rs/ncube-errors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ncube-errors"
version = "0.6.0"
version = "0.6.1"
authors = ["Christo <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/rs/ncube-fs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ncube-fs"
version = "0.6.0"
version = "0.6.1"
authors = ["Christo <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/rs/ncube-tasks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ncube-tasks"
version = "0.6.0"
version = "0.6.1"
authors = ["Christo <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/rs/ncube/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ncube"
version = "0.6.0"
version = "0.6.1"
authors = ["Christo <[email protected]>"]
edition = "2018"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/rs/ncubectl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ncubectl"
version = "0.6.0"
version = "0.6.1"
authors = ["Christo <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/rs/ncubed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ncubed"
version = "0.6.0"
version = "0.6.1"
authors = ["Christo <[email protected]>"]
edition = "2018"
license = "GPL-3.0"
Expand Down

0 comments on commit 85412b4

Please sign in to comment.