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

Commit

Permalink
v2.2.10
Browse files Browse the repository at this point in the history
v2.2.10 release
  • Loading branch information
matiasvlevi committed Jun 28, 2021
1 parent 098d388 commit b935b46
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
## Installation
### CDN :
```html
<script src="https://cdn.jsdelivr.net/gh/matiasvlevi/[email protected].9/build/dann.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/matiasvlevi/[email protected].10/build/dann.min.js"></script>
```
### Node :
```
Expand Down
2 changes: 1 addition & 1 deletion build/dann.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const isBrowser = typeof process !== 'object';
const VERSION = 'v2.2.9';
const VERSION = 'v2.2.10';

/**
* Add a new custom function to Dannjs.
Expand Down
2 changes: 1 addition & 1 deletion build/dann.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_from": "dannjs",
"_id": "[email protected].9",
"_id": "[email protected].10",
"_inBundle": false,
"_integrity": "sha512-+Do7tE1EtLn/UMqyIy0V6dgLo43Wq6tj2vAY8oZTMHAY+ysYLJ2sT32H9DgZViL/B59XTIKN6BO8WEbn5pv8XA==",
"_location": "/dannjs",
Expand Down Expand Up @@ -53,7 +53,7 @@
"doc:show": "start docs/documentation/index.html",
"contrib": "npx all-contributors generate"
},
"version": "2.2.9",
"version": "2.2.10",
"keywords": [
"dann",
"dannjs",
Expand Down
2 changes: 1 addition & 1 deletion src/io/head.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const isBrowser = typeof process !== 'object';
const VERSION = 'v2.2.9';
const VERSION = 'v2.2.10';

/**
* Add a new custom function to Dannjs.
Expand Down
2 changes: 1 addition & 1 deletion test/manual-tests/browser/binarycount-example/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<header class="main-header" style="text-align: left;">
<div class="content" style="top:16px;margin:0;">
<div class="project-title" style="transition: none;position:absolute;padding:0px;margin-left: 30px">
<h1 class="project-name">Dannjs</h1> <span class="project-version">2.2.9</span>
<h1 class="project-name">Dannjs</h1> <span class="project-version">2.2.10</span>
<h3 style="margin-top:0px;margin-left:7px;font-size: 11px;">Browser Test</h3>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion test/manual-tests/browser/empty-example/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<header class="main-header" style="text-align: left;">
<div class="content" style="top:16px;margin:0;">
<div class="project-title" style="transition: none;position:absolute;padding:0px;margin-left: 30px">
<h1 class="project-name">Dannjs</h1> <span class="project-version">2.2.9</span>
<h1 class="project-name">Dannjs</h1> <span class="project-version">2.2.10</span>
<h3 style="margin-top:0px;margin-left:7px;font-size: 11px;">Browser Test</h3>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion test/manual-tests/browser/xor-example/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<header class="main-header" style="text-align: left;">
<div class="content" style="top:16px;margin:0;">
<div class="project-title" style="transition: none;position:absolute;padding:0px;margin-left: 30px">
<h1 class="project-name">Dannjs</h1> <span class="project-version">2.2.9</span>
<h1 class="project-name">Dannjs</h1> <span class="project-version">2.2.10</span>
<h3 style="margin-top:0px;margin-left:7px;font-size: 11px;">Browser Test</h3>
</div>
</div>
Expand Down

0 comments on commit b935b46

Please sign in to comment.