Skip to content

Commit

Permalink
v3.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Aug 16, 2024
1 parent 9fe4e3e commit af2ff2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundle_esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if (!watch) {
minify: true,
sourcemap: true,
}
console.log('[esbuild] build start', options)
// console.log('[esbuild] build start', options)
await esbuild.build(options)
}
// 例外的なコピー
Expand Down
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.6.13",
"version": "3.6.14",
"description": "Japanese Programming Language",
"type": "module",
"main": "src/index.mjs",
Expand Down
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.6.13',
version: '3.6.14',
major: 3,
minor: 6,
patch: 13
patch: 14
}
export default nakoVersion

0 comments on commit af2ff2d

Please sign in to comment.