Skip to content

Commit

Permalink
v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Mar 1, 2024
1 parent fb353cc commit 01e07cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nadesiko3",
"version": "3.5.0",
"version": "3.5.1",
"description": "Japanese Programming Language",
"type": "module",
"main": "src/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions src/nako_version.mts
Expand Up @@ -11,9 +11,9 @@ export interface NakoVersion {
}
// 実際のバージョン定義 (自動生成されるので以下を編集しない)
const nakoVersion: NakoVersion = {
version: '3.5.0',
version: '3.5.1',
major: 3,
minor: 5,
patch: 0
patch: 1
}
export default nakoVersion

0 comments on commit 01e07cd

Please sign in to comment.