Skip to content

Commit e544cd0

Browse files
committed
Update version
1 parent e830c65 commit e544cd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compiler/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aleph-compiler"
3-
version = "0.3.0"
3+
version = "1.0.0-alpha.1"
44
description = "The compiler of Aleph.js written in Rust."
55
repository = "https://github.com/alephjs/aleph.js"
66
authors = ["The Aleph.js authors"]

version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** `VERSION` managed by https://deno.land/x/publish */
2-
export const VERSION = "0.3.0";
2+
export const VERSION = "1.0.0-alpha.1";
33

44
/** whether is canary version */
55
export const isCanary = false;

0 commit comments

Comments
 (0)