Skip to content

Commit

Permalink
solution: start v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Apr 17, 2024
1 parent 986bc97 commit be8a2d9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldpay/emerald-vault-core",
"version": "0.12.0",
"version": "0.13.0-dev",
"description": "Emerald Vault Core data types",
"author": "Igor Artamonov <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/native/native/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 packages/native/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emerald-vault-node"
version = "0.12.0"
version = "0.13.0-dev"
authors = ["Igor Artamonov <[email protected]>"]
license = "Apache-2.0"
exclude = ["artifacts.json", "index.node"]
Expand Down
4 changes: 2 additions & 2 deletions packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldpay/emerald-vault-native",
"version": "0.12.0",
"version": "0.13.0-dev",
"description": "Emerald Vault as NodeJS library",
"author": "Igor Artamonov <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"prepack": "npm run clean && npm run build:ts"
},
"dependencies": {
"@emeraldpay/emerald-vault-core": "0.12.0",
"@emeraldpay/emerald-vault-core": "0.13.0-dev",
"@emeraldpay/neon-frame": "0.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit be8a2d9

Please sign in to comment.