Skip to content

Commit def6c9a

Browse files
committed
0.0.8
1 parent 751e64c commit def6c9a

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Tyrone Trevorrow <tyrone@sudeium.com>", "Gunnar Omander <gunnar@gomander.dev>"]
33
edition = "2021"
44
name = "gomander-napi-gif-encoder"
5-
version = "0.0.7"
5+
version = "0.0.8"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gomander/napi-gif-encoder-android-arm-eabi",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"os": ["android"],
55
"cpu": ["arm"],
66
"main": "napi-gif-encoder.android-arm-eabi.node",

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gomander/napi-gif-encoder-android-arm64",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"os": ["android"],
55
"cpu": ["arm64"],
66
"main": "napi-gif-encoder.android-arm64.node",

npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gomander/napi-gif-encoder-linux-arm-gnueabihf",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"os": ["linux"],
55
"cpu": ["arm"],
66
"main": "napi-gif-encoder.linux-arm-gnueabihf.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": "@gomander/napi-gif-encoder-linux-arm64-gnu",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"os": ["linux"],
55
"cpu": ["arm64"],
66
"main": "napi-gif-encoder.linux-arm64-gnu.node",

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gomander/napi-gif-encoder-linux-arm64-musl",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"os": ["linux"],
55
"cpu": ["arm64"],
66
"main": "napi-gif-encoder.linux-arm64-musl.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": "@gomander/napi-gif-encoder-linux-x64-gnu",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"os": ["linux"],
55
"cpu": ["x64"],
66
"main": "napi-gif-encoder.linux-x64-gnu.node",

npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gomander/napi-gif-encoder-linux-x64-musl",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"os": ["linux"],
55
"cpu": ["x64"],
66
"main": "napi-gif-encoder.linux-x64-musl.node",

npm/win32-arm64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gomander/napi-gif-encoder-win32-arm64-msvc",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"os": ["win32"],
55
"cpu": ["arm64"],
66
"main": "napi-gif-encoder.win32-arm64-msvc.node",

0 commit comments

Comments
 (0)