We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385c5b9 commit fc6a518Copy full SHA for fc6a518
README.md
@@ -22,7 +22,7 @@ Clarifai.initialize({
22
You can also use the SDK by adding this script to your HTML:
23
24
```js
25
-<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>
26
<script>
27
Clarifai.initialize({
28
'clientId': '{clientId}',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "clarifai",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Official Clarifai Javascript SDK",
5
"main": "index.js",
6
"repository": "https://github.com/Clarifai/clarifai-javascript",
0 commit comments