Skip to content

Commit 92df4a0

Browse files
committed
1.0.2
1 parent 9f2f066 commit 92df4a0

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![Logo](https://raw.githubusercontent.com/jangholi/chabok-assets/master/chaboklogoblue.png)
1+
![Logo](https://github.com/chabokpush/chabok-assets/blob/master/sdk-logo/JS.svg)
2+
23
# Chabok Push Client for Javascript
34
[![npm](https://img.shields.io/npm/v/chabokpush.svg)](https://www.npmjs.com/package/chabokpush)
45
[![npm](https://img.shields.io/npm/dt/chabokpush.svg)](https://www.npmjs.com/package/chabokpush)

dist/ChabokSDKWorker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chabokpush.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chabokpush",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Chabok Javascript client for browsers, React-Native, Web Workers & Node.js",
55
"main": "dist/chabokpush.min.js",
66
"homepage": "http://chabokpush.com/",

sample/ChabokSDKWorker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<nav class="navbar bg-light">
6060
<a class="navbar-brand" href="#">
6161
<img src="https://raw.githubusercontent.com/jangholi/chabok-assets/master/chaboklogoblue.png" height="30" class="d-inline-block align-top" alt="">
62-
Chabok Web SDK Sample v1.0.1
62+
Chabok Web SDK Sample v1.0.2
6363
</a>
6464
<button type="button" id="status" class="btn btn-danger pull-right">Disconnected</button>
6565
</nav>

0 commit comments

Comments
 (0)