Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Kantor committed Jun 16, 2016
1 parent 385c5b9 commit fc6a518
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 @@ -22,7 +22,7 @@ Clarifai.initialize({
You can also use the SDK by adding this script to your HTML:

```js
<script type="text/javascript" src="https://sdk.clarifai.com/js/clarifai-1.2.0.js"></script>
<script type="text/javascript" src="https://sdk.clarifai.com/js/clarifai-1.2.1.js"></script>
<script>
Clarifai.initialize({
'clientId': '{clientId}',
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": "clarifai",
"version": "1.2.0",
"version": "1.2.1",
"description": "Official Clarifai Javascript SDK",
"main": "index.js",
"repository": "https://github.com/Clarifai/clarifai-javascript",
Expand Down

0 comments on commit fc6a518

Please sign in to comment.