diff --git a/Cargo.toml b/Cargo.toml index 01b20c8..5a3a535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ name = "datalayer-driver" version = "0.1.0" license = "MIT" authors = ["yakuhito "] -homepage = "https://github.com/Datalayer-Storage/DataLayer-Driver" -repository = "https://github.com/Datalayer-Storage/DataLayer-Driver" +homepage = "https://github.com/DIG-Network/DataLayer-Driver" +repository = "https://github.com/DIG-Network/DataLayer-Driver" [lib] crate-type = ["cdylib"] diff --git a/README.md b/README.md index 7aaf9a2..6d63c97 100644 --- a/README.md +++ b/README.md @@ -221,4 +221,4 @@ if (latestInfo.ownerPuzzleHash === myPuzzleHash) { ## License -This project is licensed under the MIT License. See the [LICENSE](https://github.com/Datalayer-Storage/DataLayer-Driver/blob/HEAD/LICENSE) file for details. +This project is licensed under the MIT License. See the [LICENSE](https://github.com/DIG-Network/DataLayer-Driver/blob/HEAD/LICENSE) file for details. diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index cf7a8c2..8e26c5a 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,9 +1,9 @@ { "name": "@dignetwork/datalayer-driver-darwin-arm64", - "version": "0.1.22", + "version": "0.1.23", "repository": { "type": "git", - "url": "https://github.com/Datalayer-Storage/DataLayer-Driver" + "url": "https://github.com/DIG-Network/DataLayer-Driver" }, "os": [ "darwin" diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 22b346f..203422e 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,9 +1,9 @@ { "name": "@dignetwork/datalayer-driver-darwin-x64", - "version": "0.1.22", + "version": "0.1.23", "repository": { "type": "git", - "url": "https://github.com/Datalayer-Storage/DataLayer-Driver" + "url": "https://github.com/DIG-Network/DataLayer-Driver" }, "os": [ "darwin" diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 485b4f0..fdd8204 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,9 +1,9 @@ { "name": "@dignetwork/datalayer-driver-linux-arm64-gnu", - "version": "0.1.22", + "version": "0.1.23", "repository": { "type": "git", - "url": "https://github.com/Datalayer-Storage/DataLayer-Driver" + "url": "https://github.com/DIG-Network/DataLayer-Driver" }, "os": [ "linux" diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index 6580b5d..f3b0bd1 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,9 +1,9 @@ { "name": "@dignetwork/datalayer-driver-linux-x64-gnu", - "version": "0.1.22", + "version": "0.1.23", "repository": { "type": "git", - "url": "https://github.com/Datalayer-Storage/DataLayer-Driver" + "url": "https://github.com/DIG-Network/DataLayer-Driver" }, "os": [ "linux" diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index a0102f9..3c0f445 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,9 +1,9 @@ { "name": "@dignetwork/datalayer-driver-win32-x64-msvc", - "version": "0.1.22", + "version": "0.1.23", "repository": { "type": "git", - "url": "https://github.com/Datalayer-Storage/DataLayer-Driver" + "url": "https://github.com/DIG-Network/DataLayer-Driver" }, "os": [ "win32" diff --git a/package.json b/package.json index 1fc2d3b..911cdaa 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@dignetwork/datalayer-driver", - "version": "0.1.22", + "version": "0.1.23", "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", - "url": "https://github.com/Dig-Network/DataLayer-Driver" + "url": "https://github.com/DIG-Network/DataLayer-Driver" }, "napi": { "name": "datalayer-driver",