Skip to content

Commit

Permalink
bump: version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleactii committed Dec 3, 2024
1 parent 39a2a21 commit 48bf0f1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions docs/ast/source/icon-point.mjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,10 +518,10 @@
}
},
"extra": {
"rawValue": "1.1.0",
"raw": "\"1.1.0\""
"rawValue": "1.2.0",
"raw": "\"1.2.0\""
},
"value": "1.1.0"
"value": "1.2.0"
},
"leadingComments": [
{
Expand Down Expand Up @@ -9627,10 +9627,10 @@
}
},
"extra": {
"rawValue": "1.1.0",
"raw": "\"1.1.0\""
"rawValue": "1.2.0",
"raw": "\"1.2.0\""
},
"value": "1.1.0"
"value": "1.2.0"
},
"leadingComments": [
{
Expand Down Expand Up @@ -18145,7 +18145,7 @@
"leadingComments": [
{
"type": "CommentBlock",
"value": "!\n * icon-point@1.1.0 https://github.com/EvitcaStudio/IconPoint\n * Compiled Tue, 03 Dec 2024 03:11:33 UTC\n *\n * icon-point is licensed under the MIT License.\n * http://www.opensource.org/licenses/mit-license\n ",
"value": "!\n * icon-point@1.2.0 https://github.com/EvitcaStudio/IconPoint\n * Compiled Tue, 03 Dec 2024 03:22:56 UTC\n *\n * icon-point is licensed under the MIT License.\n * http://www.opensource.org/licenses/mit-license\n ",
"start": 0,
"end": 213,
"loc": {
Expand Down Expand Up @@ -18224,7 +18224,7 @@
"comments": [
{
"type": "CommentBlock",
"value": "!\n * icon-point@1.1.0 https://github.com/EvitcaStudio/IconPoint\n * Compiled Tue, 03 Dec 2024 03:11:33 UTC\n *\n * icon-point is licensed under the MIT License.\n * http://www.opensource.org/licenses/mit-license\n ",
"value": "!\n * icon-point@1.2.0 https://github.com/EvitcaStudio/IconPoint\n * Compiled Tue, 03 Dec 2024 03:22:56 UTC\n *\n * icon-point is licensed under the MIT License.\n * http://www.opensource.org/licenses/mit-license\n ",
"start": 0,
"end": 213,
"loc": {
Expand Down Expand Up @@ -18674,7 +18674,7 @@
"tokens": [
{
"type": "CommentBlock",
"value": "!\n * icon-point@1.1.0 https://github.com/EvitcaStudio/IconPoint\n * Compiled Tue, 03 Dec 2024 03:11:33 UTC\n *\n * icon-point is licensed under the MIT License.\n * http://www.opensource.org/licenses/mit-license\n ",
"value": "!\n * icon-point@1.2.0 https://github.com/EvitcaStudio/IconPoint\n * Compiled Tue, 03 Dec 2024 03:22:56 UTC\n *\n * icon-point is licensed under the MIT License.\n * http://www.opensource.org/licenses/mit-license\n ",
"start": 0,
"end": 213,
"loc": {
Expand Down Expand Up @@ -19601,7 +19601,7 @@
"binop": null,
"updateContext": null
},
"value": "1.1.0",
"value": "1.2.0",
"start": 1263,
"end": 1270,
"loc": {
Expand Down
6 changes: 3 additions & 3 deletions docs/file/es/icon-point.mjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

<div class="content" data-ice="content"><h1 data-ice="title">es/icon-point.mjs</h1>
<pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">/*!
* icon-point@1.1.0 https://github.com/EvitcaStudio/IconPoint
* Compiled Tue, 03 Dec 2024 03:11:33 UTC
* icon-point@1.2.0 https://github.com/EvitcaStudio/IconPoint
* Compiled Tue, 03 Dec 2024 03:22:56 UTC
*
* icon-point is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down Expand Up @@ -67,7 +67,7 @@
/**
* The version of the module.
*/
static version = &quot;1.1.0&quot;;
static version = &quot;1.2.0&quot;;
/** The logger module this module uses to log errors / logs
* @private
* @type {Logger}
Expand Down
Loading

0 comments on commit 48bf0f1

Please sign in to comment.