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

Commit c338525

Browse files
committed
1.0.0
1 parent 099282d commit c338525

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
@@ -29,13 +29,13 @@ import 'label-studio/build/static/css/main.css';
2929

3030
```xhtml
3131
<!-- Include Label Studio stylesheet -->
32-
<link href="https://unpkg.com/label-studio@0.9.1/build/static/css/main.css" rel="stylesheet">
32+
<link href="https://unpkg.com/label-studio@1.0.0/build/static/css/main.css" rel="stylesheet">
3333

3434
<!-- Create the Label Studio container -->
3535
<div id="label-studio"></div>
3636

3737
<!-- Include the Label Studio library -->
38-
<script src="https://unpkg.com/label-studio@0.9.1/build/static/js/main.js"></script>
38+
<script src="https://unpkg.com/label-studio@1.0.0/build/static/js/main.js"></script>
3939
```
4040

4141
**Initialization**

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.9.1",
3+
"version": "1.0.0",
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)