-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #353 from berendsliedrecht/inc-ver
chore: increment version for new Android release
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ resolver = "2" | |
|
||
[package] | ||
name = "aries-askar" | ||
version = "0.4.2" | ||
version = "0.4.3" | ||
authors = ["Hyperledger Aries Contributors <[email protected]>"] | ||
edition = "2021" | ||
description = "Hyperledger Aries Askar secure storage" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "askar-crypto" | ||
version = "0.3.4" | ||
version = "0.3.5" | ||
authors = ["Hyperledger Aries Contributors <[email protected]>"] | ||
edition = "2021" | ||
description = "Hyperledger Aries Askar cryptography" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "askar-storage" | ||
version = "0.2.1" | ||
version = "0.2.2" | ||
authors = ["Hyperledger Aries Contributors <[email protected]>"] | ||
edition = "2021" | ||
description = "Hyperledger Aries Askar secure storage" | ||
|