Skip to content

Commit ec89b6d

Browse files
committed
v0.1.44-beta48
1 parent e301fca commit ec89b6d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

avm/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

avm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "AGPL-3.0"
55
homepage = "https://alan-lang.org"
66
documentation = "https://docs.alan-lang.org"
77
repository = "https://github.com/alantech/alan"
8-
version = "0.1.44-beta47"
8+
version = "0.1.44-beta48"
99
authors = ["Luis de Pombo <[email protected]>", "David Ellis <[email protected]>", "Alejandro Guillen <[email protected]>"]
1010
edition = "2018"
1111
resolver = "2"

compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alan-compile",
3-
"version": "0.1.44-beta47",
3+
"version": "0.1.44-beta48",
44
"description": "Compile Alan code (ln) to amm, js, aga, and agc",
55
"engines": {
66
"node": ">=10.20.1"

js-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alan-js-runtime",
3-
"version": "0.1.44-beta47",
3+
"version": "0.1.44-beta48",
44
"description": "The runtime component for alan-js. Separately licensed from the compiler.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)