bump version

This commit is contained in:
Filip Dunder
2024-04-21 16:02:14 +02:00
parent ef87a3608f
commit a7d435a209
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "warp-solana-bot",
"version": "2.0.0",
"version": "2.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "warp-solana-bot",
"version": "2.0.0",
"version": "2.0.1",
"dependencies": {
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",
"@solana/spl-token": "^0.4.0",

View File

@ -2,7 +2,7 @@
"name": "warp-solana-bot",
"author": "Filip Dundjer",
"homepage": "https://warp.id",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"start": "ts-node index.ts",
"tsc": "tsc --noEmit"