Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Apr 30, 2024
1 parent 99822dd commit 2818b4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nadesiko3core",
"version": "3.5.2",
"version": "3.6.0",
"description": "Japanese Programming Language Nadesiko v3 core",
"main": "index.mjs",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions src/nako_core_version.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export interface NakoCoreVersion {
}
// 実際のバージョン定義 (自動生成されるので以下を編集しない)
const coreVersion: NakoCoreVersion = {
version: '3.5.2',
version: '3.6.0',
major: 3,
minor: 5,
patch: 2
minor: 6,
patch: 0
}
export default coreVersion

0 comments on commit 2818b4b

Please sign in to comment.