Skip to content

Commit

Permalink
2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryStevens committed Jun 6, 2023
1 parent 1866618 commit 124de1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ A JavaScript library for doing geometry.
### Web browser
In vanilla, a `geometric` global is exported. You can use the latest version from unpkg.
```html
<script src="https://unpkg.com/[email protected].3/build/geometric.js"></script>
<script src="https://unpkg.com/[email protected].3/build/geometric.min.js"></script>
<script src="https://unpkg.com/[email protected].4/build/geometric.js"></script>
<script src="https://unpkg.com/[email protected].4/build/geometric.min.js"></script>
```
If you'd rather host it yourself, download the latest release from the [`build` directory](https://github.com/HarryStevens/geometric/tree/master/build).

Expand Down
2 changes: 1 addition & 1 deletion build/geometric.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// https://github.com/HarryStevens/geometric#readme Version 2.5.3. Copyright 2023 Harry Stevens.
// https://github.com/HarryStevens/geometric#readme Version 2.5.4. Copyright 2023 Harry Stevens.
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
Expand Down
1 change: 1 addition & 0 deletions build/geometric.min.js

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

Binary file added build/geometric.zip
Binary file not shown.

0 comments on commit 124de1e

Please sign in to comment.