Skip to content

Commit e0574f5

Browse files
committed
chore: ver 1.1.0
1 parent c443c78 commit e0574f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
group 'com.github.commandblock2'
18-
version '1.0.5'
18+
version '1.1.0'
1919

2020
buildscript {
2121
ext.kotlin_version = '2.0.0'

src/main/kotlin/me/ntrrgc/tsGenerator/TypeScriptGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ class TypeScriptGenerator(
366366
)
367367
) {
368368
formatKType(bound) // unused result but needs to record dependencies
369-
"Object | number | string"
369+
"Object | number | string | boolean"
370370
} else
371371
formatKType(bound, true).formatWithoutParenthesis()
372372
}

0 commit comments

Comments
 (0)