Skip to content

Commit

Permalink
lib version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
christianschmitz committed Mar 27, 2023
1 parent 6e00183 commit f781f39
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -11,7 +11,7 @@ import {
VERSION as HELIOS_VERSION
} from 'helios';

const VERSION = "0.13.6";
const VERSION = "0.13.7";

const USAGE = `Usage:
helios [-h|--help] <command> <command-options>
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@hyperionbt/helios-cli",
"type": "module",
"version": "0.13.6",
"version": "0.13.7",
"description": "CLI tool for compiling Cardano smart contracts written in Helios, and building Cardano transactions.",
"main": "./index.js",
"bin": {
Expand All @@ -15,7 +15,7 @@
"license": "UNLICENSE",
"homepage": "https://www.hyperion-bt.org/helios-book/cli/index.html",
"dependencies": {
"helios": "npm:@hyperionbt/helios@^0.13.6"
"helios": "npm:@hyperionbt/helios@^0.13.7"
},
"keywords": []
}

0 comments on commit f781f39

Please sign in to comment.