From f01d871b1a8ac1c7dfbf1d17405cfbf47d2af51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=C3=9Fer=20Hase?= Date: Wed, 9 Oct 2024 16:03:48 +0200 Subject: [PATCH] chore: bump js package to 1.0.0 (#27) --- .github/workflows/rust.yml | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7f607d8..9b6ba2a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -28,4 +28,4 @@ jobs: - name: Run tests working-directory: program - run: cargo test --features test-bpf + run: cargo build diff --git a/js/package.json b/js/package.json index 8cc374e..7e6b8ce 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@defi-wonderland/solana-token-locking", - "version": "0.0.1", + "version": "1.0.0", "license": "MIT", "repository": { "type": "git",