Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a committed Dec 13, 2021
1 parent e9eb872 commit 7b8e26d
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"
name = "magic_string"
repository = "https://github.com/h-a-n-a/magic-string-rs"
version = "0.1.3"
version = "0.2.0"

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

Expand Down
2 changes: 1 addition & 1 deletion node/npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-android-arm64",
"version": "0.1.3",
"version": "0.2.0",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-darwin-arm64",
"version": "0.1.3",
"version": "0.2.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-darwin-x64",
"version": "0.1.3",
"version": "0.2.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-freebsd-x64",
"version": "0.1.3",
"version": "0.2.0",
"os": [
"freebsd"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-linux-arm-gnueabihf",
"version": "0.1.3",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-linux-arm64-gnu",
"version": "0.1.3",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-linux-arm64-musl",
"version": "0.1.3",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-linux-x64-gnu",
"version": "0.1.3",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-linux-x64-musl",
"version": "0.1.3",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-win32-arm64-msvc",
"version": "0.1.3",
"version": "0.2.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-win32-ia32-msvc",
"version": "0.1.3",
"version": "0.2.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion node/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string-win32-x64-msvc",
"version": "0.1.3",
"version": "0.2.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/magic-string",
"version": "0.1.3",
"version": "0.2.0",
"description": "rusty magic-string",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 7b8e26d

Please sign in to comment.