Skip to content

Commit

Permalink
Bump version (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsha authored Aug 27, 2019
1 parent 942bcf3 commit 079c747
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion azure-kusto-data/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 azure-kusto-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-kusto-data",
"version": "0.3.0",
"version": "0.3.1",
"description": "Azure Data Explorer Query SDK",
"main": "index.js",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions azure-kusto-ingest/package-lock.json

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

4 changes: 2 additions & 2 deletions azure-kusto-ingest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-kusto-ingest",
"version": "0.3.0",
"version": "0.3.1",
"description": "Azure Data Explorer Ingestion SDK",
"main": "index.js",
"engines": {
Expand All @@ -25,7 +25,7 @@
"license": "ISC",
"dependencies": {
"adal-node": "^0.1.28",
"azure-kusto-data": "^0.3.0",
"azure-kusto-data": "^0.3.1",
"azure-storage": "^2.10.2",
"moment": "^2.22.2",
"request": "^2.88.0",
Expand Down

0 comments on commit 079c747

Please sign in to comment.