Skip to content

Commit

Permalink
0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 10, 2024
1 parent 19800a1 commit cfd9e64
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name = "datalayer-driver"
version = "0.1.0"
license = "MIT"
authors = ["yakuhito <[email protected]>"]
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"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cfd9e64

Please sign in to comment.