Skip to content

Commit 94926b6

Browse files
committed
version up
1 parent dec4a91 commit 94926b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

etc/aiscript.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type AddAssign = NodeBase & {
2121
};
2222

2323
// @public (undocumented)
24-
export const AISCRIPT_VERSION: "1.0.0";
24+
export const AISCRIPT_VERSION: "1.1.0";
2525

2626
// @public (undocumented)
2727
abstract class AiScriptError extends Error {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@syuilo/aiscript",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "AiScript implementation",
66
"author": "syuilo <syuilotan@yahoo.co.jp>",
77
"license": "MIT",

0 commit comments

Comments
 (0)