Skip to content

Commit

Permalink
bump 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen committed Jul 30, 2024
1 parent 3bedc0a commit 7fd269a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightprotocol/zk-compression-cli",
"version": "0.6.0",
"version": "0.7.0",
"description": "ZK Compression: Secure Scaling on Solana",
"maintainers": [
{
Expand Down
2 changes: 1 addition & 1 deletion js/compressed-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightprotocol/compressed-token",
"version": "0.5.0",
"version": "0.6.0",
"description": "JS client to interact with the compressed-token program",
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion js/stateless.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightprotocol/stateless.js",
"version": "0.6.0",
"version": "0.7.0",
"description": "JavaScript API for Light and ZK Compression",
"sideEffects": false,
"main": "dist/cjs/node/index.cjs",
Expand Down

0 comments on commit 7fd269a

Please sign in to comment.