Skip to content

Commit 508d51a

Browse files
committed
0.9.4
1 parent 64da5a0 commit 508d51a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

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

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.9.3"
3+
version = "0.9.4"
44
description = "The compiler of Aleph.js written in Rust."
55
repository = "https://github.com/alephjs/aleph.js"
66
authors = ["The Aleph.js authors"]

dist/wasm.js

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

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.9.3";
2+
export const VERSION = "0.9.4";
33

44
/** `prepublish` will be invoked before publish */
55
export async function prepublish(version: string): Promise<boolean> {

0 commit comments

Comments
 (0)