Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 589e341

Browse files
committed
0.8.2
1 parent f98627a commit 589e341

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ npm install label-studio
2020

2121
```xhtml
2222
<!-- Include Label Studio stylesheet -->
23-
<link href="https://unpkg.com/label-studio@0.8.0/build/static/css/main.css" rel="stylesheet">
23+
<link href="https://unpkg.com/label-studio@0.8.2/build/static/css/main.css" rel="stylesheet">
2424

2525
<!-- Create the Label Studio container -->
2626
<div id="label-studio"></div>
2727

2828
<!-- Include the Label Studio library -->
29-
<script src="https://unpkg.com/label-studio@0.8.0/build/static/js/main.js"></script>
29+
<script src="https://unpkg.com/label-studio@0.8.2/build/static/js/main.js"></script>
3030

3131
<!-- Initialize Label Studio -->
3232
<script>

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "label-studio",
3-
"version": "0.8.0",
3+
"version": "0.8.2",
44
"description": "Data Labeling Tool that is backend agnostic and can be embedded into your applications",
55
"homepage": "https://labelstud.io",
66
"author": {

0 commit comments

Comments
 (0)