From a05c717f84b0c1b8cb5e5438cd8b1a0185f7725b Mon Sep 17 00:00:00 2001 From: David Ellis Date: Thu, 5 Aug 2021 11:15:08 -0700 Subject: [PATCH] v0.1.44-beta33 --- avm/Cargo.lock | 2 +- avm/Cargo.toml | 2 +- compiler/package.json | 2 +- js-runtime/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/avm/Cargo.lock b/avm/Cargo.lock index d2eba3b9..759c2f18 100644 --- a/avm/Cargo.lock +++ b/avm/Cargo.lock @@ -26,7 +26,7 @@ dependencies = [ [[package]] name = "alan" -version = "0.1.44-beta32" +version = "0.1.44-beta33" dependencies = [ "ascii_table", "async-stream", diff --git a/avm/Cargo.toml b/avm/Cargo.toml index cd5637e2..c4fe5b76 100644 --- a/avm/Cargo.toml +++ b/avm/Cargo.toml @@ -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-beta32" +version = "0.1.44-beta33" authors = ["Luis de Pombo ", "David Ellis ", "Alejandro Guillen "] edition = "2018" resolver = "2" diff --git a/compiler/package.json b/compiler/package.json index f5ebe623..c5346197 100644 --- a/compiler/package.json +++ b/compiler/package.json @@ -1,6 +1,6 @@ { "name": "alan-compile", - "version": "0.1.44-beta32", + "version": "0.1.44-beta33", "description": "Compile Alan code (ln) to amm, js, aga, and agc", "engines": { "node": ">=10.20.1" diff --git a/js-runtime/package.json b/js-runtime/package.json index 4a445177..fd72323d 100644 --- a/js-runtime/package.json +++ b/js-runtime/package.json @@ -1,6 +1,6 @@ { "name": "alan-js-runtime", - "version": "0.1.44-beta32", + "version": "0.1.44-beta33", "description": "The runtime component for alan-js. Separately licensed from the compiler.", "main": "index.js", "scripts": {