Skip to content

Commit 278b0fc

Browse files
committed
1.2.1
1 parent 4f2beeb commit 278b0fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/codegen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { program } from 'commander'
33
import { main } from '../lib/main.js'
44

5-
program.version('1.2.0')
5+
program.version('1.2.1')
66

77
program
88
.arguments('<input>', 'Iutput directory')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dartnative/codegen",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"type": "module",
55
"description": "Code generator for dart_native.",
66
"main": "index.js",

0 commit comments

Comments
 (0)