Skip to content

Commit

Permalink
Update version to v0.3.0 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Jun 15, 2023
1 parent f5de274 commit 363e95b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 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.2.2');
program.name('datagen').description('Fake Data Generator').version('0.3.0');

program
.requiredOption('-s, --schema <char>', 'Schema file to use')
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.2",
"version": "0.3.0",
"license": "Apache-2.0",
"type": "module",
"bin": {
Expand Down

0 comments on commit 363e95b

Please sign in to comment.