Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkaliski committed May 6, 2024
1 parent 21fbd53 commit 5c99aa4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replit/ruspty-darwin-x64",
"version": "1.1.1",
"version": "1.2.0",
"os": [
"darwin"
],
Expand All @@ -19,4 +19,4 @@
"type": "git",
"url": "git+https://github.com/replit/ruspty.git"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replit/ruspty-linux-x64-gnu",
"version": "1.1.1",
"version": "1.2.0",
"os": [
"linux"
],
Expand All @@ -22,4 +22,4 @@
"type": "git",
"url": "git+https://github.com/replit/ruspty.git"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replit/ruspty",
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",
"types": "index.d.ts",
"author": "Szymon Kaliski <[email protected]>",
Expand Down

0 comments on commit 5c99aa4

Please sign in to comment.