Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Caesarovich committed May 13, 2023
1 parent dee199d commit 958ac5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BetterTurtle is an improved version of the many existing ones into TypeScript.
You can directly include a **minified** (_No IntelliSense_) version of the code into your HTML page.

```html
<script src="https://github.com/Caesarovich/better-turtle/releases/download/v1.3.3/main.min.js"></script>
<script src="https://github.com/Caesarovich/better-turtle/releases/download/v1.4.0/main.min.js"></script>
```

### Option 2 - Install from NPM
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-turtle",
"version": "1.3.3",
"version": "1.4.0",
"description": "A TypeScript port of the famous Turtle JS project",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 958ac5f

Please sign in to comment.