Skip to content

Commit 0501023

Browse files
committed
v0.8.0
1 parent a5b5bb2 commit 0501023

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kaoscript/ast",
33
"description": "Enumerate types used in the syntax trees of kaoscript language.",
4-
"version": "0.7.1",
4+
"version": "0.8.0",
55
"author": {
66
"name": "Baptiste Augrain",
77
"email": "[email protected]"

src/ast.ks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* ast.ks
3-
* Version 0.7.0
3+
* Version 0.8.0
44
* September 13th, 2016
55
*
66
* Copyright (c) 2016 Baptiste Augrain

0 commit comments

Comments
 (0)