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 5415d62 commit 6e00183
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.5";
const VERSION = "0.13.6";

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.5",
"version": "0.13.6",
"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.5"
"helios": "npm:@hyperionbt/helios@^0.13.6"
},
"keywords": []
}

0 comments on commit 6e00183

Please sign in to comment.