Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chabokci committed Oct 15, 2018
1 parent 9f2f066 commit 92df4a0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![Logo](https://raw.githubusercontent.com/jangholi/chabok-assets/master/chaboklogoblue.png)
![Logo](https://github.com/chabokpush/chabok-assets/blob/master/sdk-logo/JS.svg)

# Chabok Push Client for Javascript
[![npm](https://img.shields.io/npm/v/chabokpush.svg)](https://www.npmjs.com/package/chabokpush)
[![npm](https://img.shields.io/npm/dt/chabokpush.svg)](https://www.npmjs.com/package/chabokpush)
Expand Down
2 changes: 1 addition & 1 deletion dist/ChabokSDKWorker.js

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

8 changes: 4 additions & 4 deletions dist/chabokpush.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chabokpush",
"version": "1.0.1",
"version": "1.0.2",
"description": "Chabok Javascript client for browsers, React-Native, Web Workers & Node.js",
"main": "dist/chabokpush.min.js",
"homepage": "http://chabokpush.com/",
Expand Down
2 changes: 1 addition & 1 deletion sample/ChabokSDKWorker.js

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

2 changes: 1 addition & 1 deletion sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<nav class="navbar bg-light">
<a class="navbar-brand" href="#">
<img src="https://raw.githubusercontent.com/jangholi/chabok-assets/master/chaboklogoblue.png" height="30" class="d-inline-block align-top" alt="">
Chabok Web SDK Sample v1.0.1
Chabok Web SDK Sample v1.0.2
</a>
<button type="button" id="status" class="btn btn-danger pull-right">Disconnected</button>
</nav>
Expand Down

0 comments on commit 92df4a0

Please sign in to comment.