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

Commit

Permalink
version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvlevi committed Feb 23, 2022
1 parent 8eb06dd commit 9e55e4f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
## Installation
### CDN :
```html
<script src="https://cdn.jsdelivr.net/gh/matiasvlevi/dann@v2.4.0/build/dann.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/matiasvlevi/dann@v2.4.0b/build/dann.min.js"></script>
```
### Node :
```
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_from": "dannjs",
"_id": "dannjs@2.4.0",
"_id": "dannjs@2.4.0b",
"_inBundle": false,
"_integrity": "sha512-+Do7tE1EtLn/UMqyIy0V6dgLo43Wq6tj2vAY8oZTMHAY+ysYLJ2sT32H9DgZViL/B59XTIKN6BO8WEbn5pv8XA==",
"_location": "/dannjs",
Expand Down Expand Up @@ -55,7 +55,7 @@
"sig": "npx vlev",
"serve": "node docs/serve.js"
},
"version": "2.4.0",
"version": "2.4.0b",
"keywords": [
"dann",
"dannjs",
Expand Down Expand Up @@ -89,4 +89,4 @@
"prettier": "^2.3.2",
"terser": "^5.7.0"
}
}
}
2 changes: 1 addition & 1 deletion src/io/head.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*! Dann.js */
const isBrowser = typeof process !== 'object';
const VERSION = 'v2.4.0';
const VERSION = 'v2.4.0b';
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.4.0</span>
<h1 class="project-name">Dannjs</h1> <span class="project-version">2.4.0b</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.4.0</span>
<h1 class="project-name">Dannjs</h1> <span class="project-version">2.4.0b</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.4.0</span>
<h1 class="project-name">Dannjs</h1> <span class="project-version">2.4.0b</span>
<h3 style="margin-top:0px;margin-left:7px;font-size: 11px;">Browser Test</h3>
</div>
</div>
Expand Down

0 comments on commit 9e55e4f

Please sign in to comment.