diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 2fd3f4f..26fec8c 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@replit/ruspty-darwin-x64", - "version": "1.1.1", + "version": "2.0.0", "os": [ "darwin" ], @@ -19,4 +19,4 @@ "type": "git", "url": "git+https://github.com/replit/ruspty.git" } -} +} \ No newline at end of file diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index 99deb11..b76b659 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@replit/ruspty-linux-x64-gnu", - "version": "1.1.1", + "version": "2.0.0", "os": [ "linux" ], @@ -22,4 +22,4 @@ "type": "git", "url": "git+https://github.com/replit/ruspty.git" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 1bfc218..425e87d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@replit/ruspty", - "version": "1.1.1", + "version": "2.0.0", "main": "index.js", "types": "index.d.ts", "author": "Szymon Kaliski ",