Skip to content

Commit

Permalink
Update release v3.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rr69sport committed Jan 21, 2024
1 parent fa5f274 commit 9008cef
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 @@ -40,7 +40,7 @@ If your application is not from Node and you still want to use it on the fronten
Just copy and paste in your html this script

```html
<script src="https://cdn.jsdelivr.net/npm/basic-maths@3.0.14/build-browser/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/basic-maths@3.0.15/build-browser/index.min.js"></script>
```

## Stats
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": "basic-maths",
"version": "3.0.14",
"version": "3.0.15",
"description": "Basic operations methods",
"main": "./build-node/index.js",
"browser": "./build-browser/index.js",
Expand Down

0 comments on commit 9008cef

Please sign in to comment.