Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
christianschmitz committed Oct 24, 2023
1 parent c2c39fa commit d3b93bf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helios-internal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ declare module "helios" {
/**
* Current version of the Helios library.
*/
export const VERSION: "0.16.1";
export const VERSION: "0.16.2";
/**
* A tab used for indenting of the IR.
* 2 spaces.
Expand Down
2 changes: 1 addition & 1 deletion helios.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function highlight(src: string): Uint8Array;
/**
* Current version of the Helios library.
*/
export const VERSION: "0.16.1";
export const VERSION: "0.16.2";
/**
* Mutable global config properties.
* @namespace
Expand Down
4 changes: 2 additions & 2 deletions helios.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Email: cschmitz398@gmail.com
// Website: https://www.hyperion-bt.org
// Repository: https://github.com/hyperion-bt/helios
// Version: 0.16.1
// Version: 0.16.2
// Last update: October 2023
// License type: BSD-3-Clause
//
Expand Down Expand Up @@ -309,7 +309,7 @@
/**
* Current version of the Helios library.
*/
export const VERSION = "0.16.1";
export const VERSION = "0.16.2";

/**
* A tab used for indenting of the IR.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperionbt/helios",
"type": "module",
"version": "0.16.1",
"version": "0.16.2",
"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. With this library you can compile Helios scripts and build Cardano transactions, all you need to build 100% client-side dApps for Cardano.",
"main": "helios.js",
"types": "helios.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/package-lock.json

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

0 comments on commit d3b93bf

Please sign in to comment.