Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis committed Sep 22, 2020
1 parent 7a60820 commit 7074d79
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.8"
version = "0.1.9"
authors = ["Luis de Pombo <[email protected]>", "David Ellis <[email protected]>"]
edition = "2018"

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.8",
"version": "0.1.9",
"description": "Compile of alan to amm and javascript",
"scripts": {
"test": "yarn run prepare && yarn run bundle && cypress run",
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.8",
"version": "0.1.9",
"description": "The runtime component for alan-js. Separately licensed from the compiler.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7074d79

Please sign in to comment.