Skip to content

Commit 209db2b

Browse files
authored
Merge pull request open-wallet-standard#161 from open-wallet-standard/chore/bump-version-1.2.0
chore: bump version to 1.2.0
2 parents c319ac2 + 48b38e8 commit 209db2b

20 files changed

Lines changed: 46 additions & 46 deletions

File tree

bindings/node/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ows-node"
3-
version = "1.1.2"
3+
version = "1.2.0"
44
edition = "2021"
55
description = "Node.js native bindings for the Open Wallet Standard"
66

bindings/node/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wallet-standard/core-darwin-arm64",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"os": [
55
"darwin"
66
],

bindings/node/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wallet-standard/core-darwin-x64",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"os": [
55
"darwin"
66
],

bindings/node/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wallet-standard/core-linux-arm64-gnu",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"os": [
55
"linux"
66
],

bindings/node/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wallet-standard/core-linux-x64-gnu",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"os": [
55
"linux"
66
],

bindings/node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/node/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wallet-standard/core",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Node.js native bindings for the Open Wallet Standard",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -31,10 +31,10 @@
3131
"@napi-rs/cli": "^2.18.0"
3232
},
3333
"optionalDependencies": {
34-
"@open-wallet-standard/core-linux-x64-gnu": "1.1.2",
35-
"@open-wallet-standard/core-linux-arm64-gnu": "1.1.2",
36-
"@open-wallet-standard/core-darwin-x64": "1.1.2",
37-
"@open-wallet-standard/core-darwin-arm64": "1.1.2"
34+
"@open-wallet-standard/core-linux-x64-gnu": "1.2.0",
35+
"@open-wallet-standard/core-linux-arm64-gnu": "1.2.0",
36+
"@open-wallet-standard/core-darwin-x64": "1.2.0",
37+
"@open-wallet-standard/core-darwin-arm64": "1.2.0"
3838
},
3939
"license": "MIT",
4040
"files": [

bindings/python/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ows-python"
3-
version = "1.1.2"
3+
version = "1.2.0"
44
edition = "2021"
55
description = "Python native bindings for the Open Wallet Standard"
66

0 commit comments

Comments
 (0)