Skip to content

Commit

Permalink
Release. Bump version number 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed Mar 29, 2022
1 parent 6e2cec1 commit 863fb93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/**"
],
"version": "1.0.5",
"version": "1.1.0",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/sdk-js/docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @barchart/push-notifications-client-js <small>1.0.5</small>
# @barchart/push-notifications-client-js <small>1.1.0</small>

> JavaScript SDK for Barchart&#x27;s Push Notification Service (Android and iOS)
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-js/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = (() => {

return {
PushNotificationGateway: PushNotificationGateway,
version: '1.0.5'
version: '1.1.0'
};
})();
2 changes: 1 addition & 1 deletion packages/sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@barchart/push-notifications-client-js",
"version": "1.0.5",
"version": "1.1.0",
"description": "JavaScript SDK for Barchart's Push Notification Service",
"author": {
"name": "Bryan Ingle",
Expand Down

0 comments on commit 863fb93

Please sign in to comment.