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

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-skriabin committed Nov 24, 2021
1 parent 486d53d commit 3a29fbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ import 'label-studio/build/static/css/main.css';

```xhtml
<!-- Include Label Studio stylesheet -->
<link href="https://unpkg.com/label-studio@1.0.1/build/static/css/main.css" rel="stylesheet">
<link href="https://unpkg.com/label-studio@1.4.0/build/static/css/main.css" rel="stylesheet">

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

<!-- Include the Label Studio library -->
<script src="https://unpkg.com/label-studio@1.0.1/build/static/js/main.js"></script>
<script src="https://unpkg.com/label-studio@1.4.0/build/static/js/main.js"></script>
```

**Initialization**
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "label-studio",
"version": "1.0.1",
"version": "1.4.0",
"description": "Data Labeling Tool that is backend agnostic and can be embedded into your applications",
"homepage": "https://labelstud.io",
"author": {
Expand Down

0 comments on commit 3a29fbd

Please sign in to comment.