Browse Source

bump to verison 0.3.0

thesimplekid 1 year ago
parent
commit
150ba20401
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -1,12 +1,12 @@
 [package]
 [package]
 name = "cashu-crab"
 name = "cashu-crab"
-version = "0.2.0"
+version = "0.3.0"
 edition = "2021"
 edition = "2021"
 authors = ["thesimplekid"]
 authors = ["thesimplekid"]
 license = "BSD-3-Clause"
 license = "BSD-3-Clause"
 readme = "README.md"
 readme = "README.md"
 repository = "https://github.com/thesimplekid/cashu-crab"
 repository = "https://github.com/thesimplekid/cashu-crab"
-description = "Cashu rust wallet library"
+description = "Cashu rust wallet and mint library"
 # exclude = ["integration_test"]
 # exclude = ["integration_test"]
 
 
 #[workspace]
 #[workspace]