Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
/ DuGR Public archive

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Duduf committed Jul 17, 2023
1 parent ef4ed2b commit 43d8fec
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions dist/DuAEF_DuGR_api.jsxinc
Original file line number Diff line number Diff line change
Expand Up @@ -33052,7 +33052,7 @@ DuAEPseudoEffect.prototype.apply = function(layer,name)
* @namespace
* @author Nicolas Dufresne and contributors
* @copyright 2017 - 2022 Nicolas Dufresne, RxLaboratory
* @version 5.0.1
* @version 5.1.0
* @requires DuAEF>=1.0.0
* @see {@link DuAETag} for low-level group management
* @category DuGR
Expand All @@ -33071,7 +33071,7 @@ DuAEPseudoEffect.prototype.apply = function(layer,name)
* along with DuGR. If not, see {@link http://www.gnu.org/licenses/}.
*/
var DuGR = {}
DuGR.version = "5.0.1";
DuGR.version = "5.1.0";

/**
* Predefined and automatic groups
Expand Down
4 changes: 2 additions & 2 deletions dist/DuGR_api.jsxinc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
* @namespace
* @author Nicolas Dufresne and contributors
* @copyright 2017 - 2022 Nicolas Dufresne, RxLaboratory
* @version 5.0.1
* @version 5.1.0
* @requires DuAEF>=1.0.0
* @see {@link DuAETag} for low-level group management
* @category DuGR
Expand All @@ -129,7 +129,7 @@
* along with DuGR. If not, see {@link http://www.gnu.org/licenses/}.
*/
var DuGR = {}
DuGR.version = "5.0.1";
DuGR.version = "5.1.0";

/**
* Predefined and automatic groups
Expand Down
4 changes: 2 additions & 2 deletions docs/api/DuAEF_DuGR_api.jsxinc.html
Original file line number Diff line number Diff line change
Expand Up @@ -33177,7 +33177,7 @@ <h1>DuAEF_DuGR_api.jsxinc</h1>
* @namespace
* @author Nicolas Dufresne and contributors
* @copyright 2017 - 2022 Nicolas Dufresne, RxLaboratory
* @version 5.0.1
* @version 5.1.0
* @requires DuAEF>=1.0.0
* @see {@link DuAETag} for low-level group management
* @category DuGR
Expand All @@ -33196,7 +33196,7 @@ <h1>DuAEF_DuGR_api.jsxinc</h1>
* along with DuGR. If not, see {@link http://www.gnu.org/licenses/}.
*/
var DuGR = {}
DuGR.version = "5.0.1";
DuGR.version = "5.1.0";

/**
* Predefined and automatic groups
Expand Down
2 changes: 1 addition & 1 deletion docs/api/DuGR.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h2>DuGR</h2>


<dt class="tag-version">Version:</dt>
<dd class="tag-version"><ul class="dummy"><li>5.0.1</li></ul></dd>
<dd class="tag-version"><ul class="dummy"><li>5.1.0</li></ul></dd>



Expand Down
2 changes: 1 addition & 1 deletion docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h2>DuGR</h2>


<dt class="tag-version">Version:</dt>
<dd class="tag-version"><ul class="dummy"><li>5.0.1</li></ul></dd>
<dd class="tag-version"><ul class="dummy"><li>5.1.0</li></ul></dd>



Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,5 +542,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.2.3
Build Date UTC : 2023-07-17 11:21:48.925005+00:00
Build Date UTC : 2023-07-17 11:27:01.996942+00:00
-->
Binary file modified docs/sitemap.xml.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions scriptlets/DuGR_api.jsxinc
Original file line number Diff line number Diff line change
Expand Up @@ -33052,7 +33052,7 @@ DuAEPseudoEffect.prototype.apply = function(layer,name)
* @namespace
* @author Nicolas Dufresne and contributors
* @copyright 2017 - 2022 Nicolas Dufresne, RxLaboratory
* @version 5.0.1
* @version 5.1.0
* @requires DuAEF>=1.0.0
* @see {@link DuAETag} for low-level group management
* @category DuGR
Expand All @@ -33071,7 +33071,7 @@ DuAEPseudoEffect.prototype.apply = function(layer,name)
* along with DuGR. If not, see {@link http://www.gnu.org/licenses/}.
*/
var DuGR = {}
DuGR.version = "5.0.1";
DuGR.version = "5.1.0";

/**
* Predefined and automatic groups
Expand Down
6 changes: 3 additions & 3 deletions src/inc/config/api_version.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
* })(this);
* @namespace
* @author Nicolas Dufresne and contributors
* @copyright 2017 - 2022 Nicolas Dufresne, RxLaboratory
* @version 5.0.1
* @copyright 2017 - 2023 Nicolas Dufresne, RxLaboratory
* @version {dugrVersion}
* @requires DuAEF>=1.0.0
* @see {@link DuAETag} for low-level group management
* @category DuGR
Expand All @@ -117,4 +117,4 @@
* along with DuGR. If not, see {@link http://www.gnu.org/licenses/}.
*/
var DuGR = {}
DuGR.version = "5.0.1";
DuGR.version = "{dugrVersion}";

0 comments on commit 43d8fec

Please sign in to comment.