Skip to content

Commit

Permalink
v0.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 12, 2021
1 parent 62ebcc9 commit 8633b11
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion anycloud/cli/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 anycloud/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "Apache-2.0"
homepage = "https://github.com/alantech/anycloud"
documentation = "https://alantech.gitbook.io/anycloud"
repository = "https://github.com/alantech/anycloud"
version = "0.1.38"
version = "0.1.39"
authors = ["Luis de Pombo <[email protected]>", "David Ellis <[email protected]>", "Alejandro Guillen <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion anycloud/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anycloud",
"version": "0.1.38",
"version": "0.1.39",
"description": "CLI to elastically scale webservers in any cloud provider",
"main": "dist/index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions 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.38"
version = "0.1.39"
authors = ["Luis de Pombo <[email protected]>", "David Ellis <[email protected]>", "Alejandro Guillen <[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.38",
"version": "0.1.39",
"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.38",
"version": "0.1.39",
"description": "The runtime component for alan-js. Separately licensed from the compiler.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8633b11

Please sign in to comment.