Skip to content

Commit 421147c

Browse files
0.1.50
1 parent faea9fa commit 421147c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [".", "napi"]
55
[package]
66
edition = "2021"
77
name = "datalayer-driver"
8-
version = "0.1.49"
8+
version = "0.1.50"
99
license = "MIT"
1010
authors = ["yakuhito <y@kuhi.to>"]
1111
homepage = "https://github.com/DIG-Network/DataLayer-Driver"

napi/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": "@dignetwork/datalayer-driver-darwin-arm64",
3-
"version": "0.1.49",
3+
"version": "0.1.50",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/DIG-Network/DataLayer-Driver"

napi/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": "@dignetwork/datalayer-driver-darwin-x64",
3-
"version": "0.1.49",
3+
"version": "0.1.50",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/DIG-Network/DataLayer-Driver"

napi/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": "@dignetwork/datalayer-driver-linux-arm64-gnu",
3-
"version": "0.1.49",
3+
"version": "0.1.50",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/DIG-Network/DataLayer-Driver"

napi/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": "@dignetwork/datalayer-driver-linux-x64-gnu",
3-
"version": "0.1.49",
3+
"version": "0.1.50",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/DIG-Network/DataLayer-Driver"

napi/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dignetwork/datalayer-driver-win32-x64-msvc",
3-
"version": "0.1.49",
3+
"version": "0.1.50",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/DIG-Network/DataLayer-Driver"

napi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dignetwork/datalayer-driver",
3-
"version": "0.1.49",
3+
"version": "0.1.50",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"repository": {

0 commit comments

Comments
 (0)