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

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik committed Dec 9, 2020
1 parent f98627a commit 589e341
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 @@ -20,13 +20,13 @@ npm install label-studio

```xhtml
<!-- Include Label Studio stylesheet -->
<link href="https://unpkg.com/label-studio@0.8.0/build/static/css/main.css" rel="stylesheet">
<link href="https://unpkg.com/label-studio@0.8.2/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@0.8.0/build/static/js/main.js"></script>
<script src="https://unpkg.com/label-studio@0.8.2/build/static/js/main.js"></script>

<!-- Initialize Label Studio -->
<script>
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": "0.8.0",
"version": "0.8.2",
"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 589e341

Please sign in to comment.