Skip to content

Commit 74ac458

Browse files
committed
bump: v0.0.8
1 parent fa94fa6 commit 74ac458

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| _ || __| ___|_ _|| __|| __||_ _|
44
| ||__ ||___| | | | __||__ | | |
55
|__|__||_____| |_| |_____||_____| |_|
6-
v0.0.5
6+
v0.0.8
77
</pre>
88
</h5>
99

assembly/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export function run(options: RunOptions = new RunOptions()): void {
214214
console.log(rainbow.boldMk(rainbow.green(`| _ || __| ___|_ _|| __|| __||_ _|`)));
215215
console.log(rainbow.boldMk(rainbow.green(`| ||__ ||___| | | | __||__ | | | `)));
216216
console.log(rainbow.boldMk(rainbow.green(`|__|__||_____| |_| |_____||_____| |_| `)));
217-
console.log(rainbow.dimMk ("\n------------------- v0.0.6 -------------------\n"));
217+
console.log(rainbow.dimMk ("\n------------------- v0.0.8 -------------------\n"));
218218
const suites = groups.length;
219219
let failed = 0;
220220
let tests = 0;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "as-test",
3-
"version": "0.0.6",
3+
"version": "0.0.8",
44
"description": "Testing framework for AssemblyScript. Compatible with WASI or Bindings ",
55
"types": "assembly/index.ts",
66
"author": "Jairus Tanaka",

0 commit comments

Comments
 (0)