Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
christianschmitz committed Sep 25, 2022
1 parent 2e1b1ce commit 0fe655a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helios.js
Expand Up @@ -6,7 +6,7 @@
// Author: Christian Schmitz
// Email: cschmitz398@gmail.com
// Website: github.com/hyperion-bt/helios
// Version: 0.6.3
// Version: 0.6.4
// Last update: September 2022
// License: Unlicense
//
Expand Down Expand Up @@ -201,7 +201,7 @@
// Section 1: Global constants and vars
///////////////////////////////////////

export const VERSION = "0.6.3"; // don't forget to change to version number at the top of this file, and in package.json
export const VERSION = "0.6.4"; // don't forget to change to version number at the top of this file, and in package.json

var DEBUG = false;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@hyperionbt/helios",
"type": "module",
"description": "Helios is a Domain Specific Language that compiles to Plutus-Core (i.e. Cardano on-chain validator scripts). Helios is a non-Haskell alternative to Plutus. This library contains a reference compiler for Helios, as well as off-chain functions to set-up transactions.",
"version": "0.6.3",
"version": "0.6.4",
"main": "helios.js",
"types": "helios.d.ts",
"directories": {
Expand Down

0 comments on commit 0fe655a

Please sign in to comment.