Skip to content

Commit 49db1c0

Browse files
committed
Bump version to 1.1.1
1 parent ac7e86f commit 49db1c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compile-time-typescript",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"keywords": [],
66
"homepage": "https://github.com/n4o847/compile-time-typescript#readme",

src/bin/ctts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { run } from '..';
33

44
const argv = yargs(process.argv.slice(2))
55
.usage(`Usage: $0 [options] script.ts`)
6-
.version('v1.1.0')
6+
.version('v1.1.1')
77
.help()
88
.demandCommand(1, 1)
99
.string('_')

0 commit comments

Comments
 (0)