Skip to content

Commit

Permalink
v0.1.44-beta48
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis committed Aug 9, 2021
1 parent e301fca commit ec89b6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion avm/Cargo.lock

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

2 changes: 1 addition & 1 deletion avm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "AGPL-3.0"
homepage = "https://alan-lang.org"
documentation = "https://docs.alan-lang.org"
repository = "https://github.com/alantech/alan"
version = "0.1.44-beta47"
version = "0.1.44-beta48"
authors = ["Luis de Pombo <luis@alantechnologies.com>", "David Ellis <david@alantechnologies.com>", "Alejandro Guillen <alejandro@alantechnologies.com>"]
edition = "2018"
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alan-compile",
"version": "0.1.44-beta47",
"version": "0.1.44-beta48",
"description": "Compile Alan code (ln) to amm, js, aga, and agc",
"engines": {
"node": ">=10.20.1"
Expand Down
2 changes: 1 addition & 1 deletion js-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alan-js-runtime",
"version": "0.1.44-beta47",
"version": "0.1.44-beta48",
"description": "The runtime component for alan-js. Separately licensed from the compiler.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ec89b6d

Please sign in to comment.