Skip to content

Commit fc6a518

Browse files
author
Dan Kantor
committed
bumped version
1 parent 385c5b9 commit fc6a518

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Clarifai.initialize({
2222
You can also use the SDK by adding this script to your HTML:
2323

2424
```js
25-
<script type="text/javascript" src="https://sdk.clarifai.com/js/clarifai-1.2.0.js"></script>
25+
<script type="text/javascript" src="https://sdk.clarifai.com/js/clarifai-1.2.1.js"></script>
2626
<script>
2727
Clarifai.initialize({
2828
'clientId': '{clientId}',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarifai",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Official Clarifai Javascript SDK",
55
"main": "index.js",
66
"repository": "https://github.com/Clarifai/clarifai-javascript",

0 commit comments

Comments
 (0)