Skip to content

Commit

Permalink
v3.3.61
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Aug 16, 2022
1 parent 55c918c commit 94df1fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 1 files
+1 −1 package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nadesiko3",
"version": "3.3.60",
"version": "3.3.61",
"description": "Japanese Programming Language",
"type": "module",
"main": "src/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions src/nako_version.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// 実際のバージョン定義 (自動生成されるので以下を編集しない)
const nakoVersion = {
version: '3.3.60',
version: '3.3.61',
major: 3,
minor: 3,
patch: 60
patch: 61
};
export default nakoVersion;
4 changes: 2 additions & 2 deletions src/nako_version.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export interface NakoVersion {
}
// 実際のバージョン定義 (自動生成されるので以下を編集しない)
const nakoVersion: NakoVersion = {
version: '3.3.60',
version: '3.3.61',
major: 3,
minor: 3,
patch: 60
patch: 61
}
export default nakoVersion

0 comments on commit 94df1fb

Please sign in to comment.