Skip to content

Commit

Permalink
[build] 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
habbes committed Oct 1, 2018
1 parent ad24307 commit 8beb39d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const surix = Surix.Service.init();
```
or
```javascript
<script src="https://cdn.jsdelivr.net/npm/@surix/[email protected]/dist/client-service.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@surix/[email protected].1/dist/client-service.min.js"></script>
const service = Surix.Service.init();
const requests = Surix.requests;
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surix/client-service",
"version": "0.2.0",
"version": "0.2.1",
"description": "A service that helps developers intereact with surix data from the apps they develop",
"main": "./dist/client-service.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 8beb39d

Please sign in to comment.