Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alerdenisov committed Sep 27, 2023
1 parent 8eab715 commit 6204cb7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tookey-io/candid-parser-darwin-arm64",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tookey-io/candid-parser-darwin-x64",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tookey-io/candid-parser-linux-arm64-gnu",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tookey-io/candid-parser-linux-x64-gnu",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tookey-io/candid-parser-win32-arm64-msvc",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tookey-io/candid-parser-win32-x64-msvc",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tookey-io/candid-parser",
"version": "0.0.4",
"version": "0.0.5",
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/tookey-io/candid-parser",
Expand Down

0 comments on commit 6204cb7

Please sign in to comment.