From 38764d138a064e155910fa3b5d10d650402d8e9d Mon Sep 17 00:00:00 2001 From: cijiugechu Date: Sun, 23 Jul 2023 15:15:23 +0800 Subject: [PATCH] 0.1.2 --- npm/android-arm-eabi/package.json | 4 ++-- npm/android-arm64/package.json | 4 ++-- npm/darwin-arm64/package.json | 4 ++-- npm/darwin-x64/package.json | 4 ++-- npm/freebsd-x64/package.json | 4 ++-- npm/linux-arm-gnueabihf/package.json | 4 ++-- npm/linux-arm64-gnu/package.json | 4 ++-- npm/linux-arm64-musl/package.json | 4 ++-- npm/linux-x64-gnu/package.json | 4 ++-- npm/linux-x64-musl/package.json | 4 ++-- npm/win32-arm64-msvc/package.json | 4 ++-- npm/win32-ia32-msvc/package.json | 4 ++-- npm/win32-x64-msvc/package.json | 4 ++-- package.json | 2 +- 14 files changed, 27 insertions(+), 27 deletions(-) diff --git a/npm/android-arm-eabi/package.json b/npm/android-arm-eabi/package.json index 9599dbe..c2a97b6 100644 --- a/npm/android-arm-eabi/package.json +++ b/npm/android-arm-eabi/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-android-arm-eabi", - "version": "0.1.1", + "version": "0.1.2", "os": [ "android" ], @@ -29,4 +29,4 @@ "access": "public" }, "repository": "https://github.com/amehashi/thumbhash-node" -} +} \ No newline at end of file diff --git a/npm/android-arm64/package.json b/npm/android-arm64/package.json index 7e75200..fd93bf9 100644 --- a/npm/android-arm64/package.json +++ b/npm/android-arm64/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-android-arm64", - "version": "0.1.1", + "version": "0.1.2", "os": [ "android" ], @@ -29,4 +29,4 @@ "access": "public" }, "repository": "https://github.com/amehashi/thumbhash-node" -} +} \ No newline at end of file diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 9fb9060..99fe738 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-darwin-arm64", - "version": "0.1.1", + "version": "0.1.2", "os": [ "darwin" ], @@ -29,4 +29,4 @@ "access": "public" }, "repository": "https://github.com/amehashi/thumbhash-node" -} +} \ No newline at end of file diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 546550f..fda87b2 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-darwin-x64", - "version": "0.1.1", + "version": "0.1.2", "os": [ "darwin" ], @@ -29,4 +29,4 @@ "access": "public" }, "repository": "https://github.com/amehashi/thumbhash-node" -} +} \ No newline at end of file diff --git a/npm/freebsd-x64/package.json b/npm/freebsd-x64/package.json index 3818d1b..be4f938 100644 --- a/npm/freebsd-x64/package.json +++ b/npm/freebsd-x64/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-freebsd-x64", - "version": "0.1.1", + "version": "0.1.2", "os": [ "freebsd" ], @@ -29,4 +29,4 @@ "access": "public" }, "repository": "https://github.com/amehashi/thumbhash-node" -} +} \ No newline at end of file diff --git a/npm/linux-arm-gnueabihf/package.json b/npm/linux-arm-gnueabihf/package.json index 8c1f8eb..f67d9af 100644 --- a/npm/linux-arm-gnueabihf/package.json +++ b/npm/linux-arm-gnueabihf/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-linux-arm-gnueabihf", - "version": "0.1.1", + "version": "0.1.2", "os": [ "linux" ], @@ -29,4 +29,4 @@ "access": "public" }, "repository": "https://github.com/amehashi/thumbhash-node" -} +} \ No newline at end of file diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index a3291ff..2545f76 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-linux-arm64-gnu", - "version": "0.1.1", + "version": "0.1.2", "os": [ "linux" ], @@ -32,4 +32,4 @@ "libc": [ "glibc" ] -} +} \ No newline at end of file diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index 70daf8c..b94f91c 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-linux-arm64-musl", - "version": "0.1.1", + "version": "0.1.2", "os": [ "linux" ], @@ -32,4 +32,4 @@ "libc": [ "musl" ] -} +} \ No newline at end of file diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index 07cc570..755b7ef 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-linux-x64-gnu", - "version": "0.1.1", + "version": "0.1.2", "os": [ "linux" ], @@ -32,4 +32,4 @@ "libc": [ "glibc" ] -} +} \ No newline at end of file diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index 825405d..9ef795d 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-linux-x64-musl", - "version": "0.1.1", + "version": "0.1.2", "os": [ "linux" ], @@ -32,4 +32,4 @@ "libc": [ "musl" ] -} +} \ No newline at end of file diff --git a/npm/win32-arm64-msvc/package.json b/npm/win32-arm64-msvc/package.json index 9d26aa5..df5b88f 100644 --- a/npm/win32-arm64-msvc/package.json +++ b/npm/win32-arm64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-win32-arm64-msvc", - "version": "0.1.1", + "version": "0.1.2", "os": [ "win32" ], @@ -29,4 +29,4 @@ "access": "public" }, "repository": "https://github.com/amehashi/thumbhash-node" -} +} \ No newline at end of file diff --git a/npm/win32-ia32-msvc/package.json b/npm/win32-ia32-msvc/package.json index 1d4edf9..35e7644 100644 --- a/npm/win32-ia32-msvc/package.json +++ b/npm/win32-ia32-msvc/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-win32-ia32-msvc", - "version": "0.1.1", + "version": "0.1.2", "os": [ "win32" ], @@ -29,4 +29,4 @@ "access": "public" }, "repository": "https://github.com/amehashi/thumbhash-node" -} +} \ No newline at end of file diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index bf79f38..62c3096 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node-win32-x64-msvc", - "version": "0.1.1", + "version": "0.1.2", "os": [ "win32" ], @@ -29,4 +29,4 @@ "access": "public" }, "repository": "https://github.com/amehashi/thumbhash-node" -} +} \ No newline at end of file diff --git a/package.json b/package.json index af8df55..691256a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thumbhash-node", - "version": "0.1.1", + "version": "0.1.2", "description": "thumbhash binding for Node.js", "author": "nemurubaka ", "main": "index.js",