We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2beeb commit 278b0fcCopy full SHA for 278b0fc
bin/codegen.js
@@ -2,7 +2,7 @@
2
import { program } from 'commander'
3
import { main } from '../lib/main.js'
4
5
-program.version('1.2.0')
+program.version('1.2.1')
6
7
program
8
.arguments('<input>', 'Iutput directory')
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@dartnative/codegen",
- "version": "1.2.0",
+ "version": "1.2.1",
"type": "module",
"description": "Code generator for dart_native.",
"main": "index.js",
0 commit comments