Skip to content

Commit

Permalink
fix(version): update (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradolucas committed Nov 17, 2021
1 parent 8803d86 commit 9f2be86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "searchops",
"version": "0.3.0",
"version": "0.3.1",
"description": "Base operation files for search service",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "rm -rf ../../node_modules && tsc --noEmit"
},
"dependencies": {
"searchops": "file:../../searchops-0.3.0.tgz"
"searchops": "file:../../searchops-0.3.1.tgz"
},
"devDependencies": {
"@types/node": "^14.11.2",
Expand Down

0 comments on commit 9f2be86

Please sign in to comment.