Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
roryoreilly committed Aug 11, 2023
1 parent f102fef commit 25d1359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terra-money/terra.js",
"version": "3.1.10",
"version": "3.1.11-beta",
"description": "The JavaScript SDK for Terra",
"license": "MIT",
"author": "Terraform Labs, PTE.",
Expand Down Expand Up @@ -28,6 +28,7 @@
"node": ">=14"
},
"scripts": {
"buildBasic": "tsc --module commonjs",
"build": "tsc --module commonjs && webpack --mode production",
"test": "jest --runInBand",
"format": "prettier --check ./src/**/*.ts",
Expand Down

0 comments on commit 25d1359

Please sign in to comment.