Skip to content

Commit

Permalink
chore: increase library version to v2.1.5
Browse files Browse the repository at this point in the history
Co-authored-by: David Borzek <[email protected]>
  • Loading branch information
jakobhellermann and davidborzek committed Jan 15, 2021
1 parent 6c83cad commit 51c15c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "version": "2.1.4" }
{ "version": "2.1.5" }
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sipgateio",
"version": "2.1.4",
"version": "2.1.5",
"description": "The official Node.js library for sipgate.io",
"main": "./dist/index.js",
"browser": "./dist/browser.js",
Expand Down
2 changes: 1 addition & 1 deletion update_version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh

grep '"version":' package.json | sed -e 's/\(.*\),/{\1}/' > lib/version.json
prettier --write lib/version.json
./node_modules/.bin/prettier --write lib/version.json
git add lib/version.json

0 comments on commit 51c15c3

Please sign in to comment.