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 cde58b9 commit dbc6d4aCopy full SHA for dbc6d4a
bin/codegen.js
@@ -2,7 +2,7 @@
2
const { program } = require('commander')
3
const main = require('../lib/main').main
4
5
-program.version('1.1.0')
+program.version('1.1.1')
6
7
program
8
.arguments('<input>', 'Iutput directory')
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@dartnative/codegen",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Code generator for dart_native.",
"main": "index.js",
"bin": {
0 commit comments