Skip to content

Commit 5d6396d

Browse files
committed
Version
1 parent 33935d4 commit 5d6396d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tasks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Task } from 'tasksmith'
22

3-
const VERSION = '0.11.3'
3+
const VERSION = '0.11.4'
44

55
// ------------------------------------------------------------------
66
// Clean
@@ -37,7 +37,7 @@ Task.run('report', async () => Task.test.report(['test/parsebox']))
3737
// Build
3838
// ------------------------------------------------------------------
3939
Task.run('build', () => Task.build.dual('src', {
40-
compiler: '6.0.2',
40+
compiler: '6.0.3',
4141
outdir: 'target/build',
4242
additional: ['license', 'readme.md'],
4343
packageJson: {

0 commit comments

Comments
 (0)