Skip to content

Commit

Permalink
bump version v0.1.4 (#77)
Browse files Browse the repository at this point in the history
* Update package.json

* Update datagen.ts
  • Loading branch information
chuck-alt-delete committed Mar 11, 2023
1 parent 4d9ab4e commit 20cbc6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datagen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import dataGenerator from './src/dataGenerator.js';
import fs from 'fs';
import { program, Option } from 'commander';

program.name('datagen').description('Fake Data Generator').version('0.1.3');
program.name('datagen').description('Fake Data Generator').version('0.1.4');

program
.requiredOption('-s, --schema <char>', 'Schema file to use')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@materializeinc/datagen",
"description": "Materialize Datagen CLI tool",
"version": "0.1.3",
"version": "0.1.4",
"license": "Apache-2.0",
"type": "module",
"bin": {
Expand Down

0 comments on commit 20cbc6a

Please sign in to comment.