Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 43d8fec

Browse files
committed
Update version number
1 parent ef4ed2b commit 43d8fec

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

dist/DuAEF_DuGR_api.jsxinc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33052,7 +33052,7 @@ DuAEPseudoEffect.prototype.apply = function(layer,name)
3305233052
* @namespace
3305333053
* @author Nicolas Dufresne and contributors
3305433054
* @copyright 2017 - 2022 Nicolas Dufresne, RxLaboratory
33055-
* @version 5.0.1
33055+
* @version 5.1.0
3305633056
* @requires DuAEF>=1.0.0
3305733057
* @see {@link DuAETag} for low-level group management
3305833058
* @category DuGR
@@ -33071,7 +33071,7 @@ DuAEPseudoEffect.prototype.apply = function(layer,name)
3307133071
* along with DuGR. If not, see {@link http://www.gnu.org/licenses/}.
3307233072
*/
3307333073
var DuGR = {}
33074-
DuGR.version = "5.0.1";
33074+
DuGR.version = "5.1.0";
3307533075

3307633076
/**
3307733077
* Predefined and automatic groups

dist/DuGR_api.jsxinc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
* @namespace
111111
* @author Nicolas Dufresne and contributors
112112
* @copyright 2017 - 2022 Nicolas Dufresne, RxLaboratory
113-
* @version 5.0.1
113+
* @version 5.1.0
114114
* @requires DuAEF>=1.0.0
115115
* @see {@link DuAETag} for low-level group management
116116
* @category DuGR
@@ -129,7 +129,7 @@
129129
* along with DuGR. If not, see {@link http://www.gnu.org/licenses/}.
130130
*/
131131
var DuGR = {}
132-
DuGR.version = "5.0.1";
132+
DuGR.version = "5.1.0";
133133

134134
/**
135135
* Predefined and automatic groups

docs/api/DuAEF_DuGR_api.jsxinc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33177,7 +33177,7 @@ <h1>DuAEF_DuGR_api.jsxinc</h1>
3317733177
* @namespace
3317833178
* @author Nicolas Dufresne and contributors
3317933179
* @copyright 2017 - 2022 Nicolas Dufresne, RxLaboratory
33180-
* @version 5.0.1
33180+
* @version 5.1.0
3318133181
* @requires DuAEF>=1.0.0
3318233182
* @see {@link DuAETag} for low-level group management
3318333183
* @category DuGR
@@ -33196,7 +33196,7 @@ <h1>DuAEF_DuGR_api.jsxinc</h1>
3319633196
* along with DuGR. If not, see {@link http://www.gnu.org/licenses/}.
3319733197
*/
3319833198
var DuGR = {}
33199-
DuGR.version = "5.0.1";
33199+
DuGR.version = "5.1.0";
3320033200

3320133201
/**
3320233202
* Predefined and automatic groups

docs/api/DuGR.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h2>DuGR</h2>
142142

143143

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

147147

148148

docs/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h2>DuGR</h2>
142142

143143

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

147147

148148

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,5 +542,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
542542

543543
<!--
544544
MkDocs version : 1.2.3
545-
Build Date UTC : 2023-07-17 11:21:48.925005+00:00
545+
Build Date UTC : 2023-07-17 11:27:01.996942+00:00
546546
-->

docs/sitemap.xml.gz

0 Bytes
Binary file not shown.

scriptlets/DuGR_api.jsxinc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33052,7 +33052,7 @@ DuAEPseudoEffect.prototype.apply = function(layer,name)
3305233052
* @namespace
3305333053
* @author Nicolas Dufresne and contributors
3305433054
* @copyright 2017 - 2022 Nicolas Dufresne, RxLaboratory
33055-
* @version 5.0.1
33055+
* @version 5.1.0
3305633056
* @requires DuAEF>=1.0.0
3305733057
* @see {@link DuAETag} for low-level group management
3305833058
* @category DuGR
@@ -33071,7 +33071,7 @@ DuAEPseudoEffect.prototype.apply = function(layer,name)
3307133071
* along with DuGR. If not, see {@link http://www.gnu.org/licenses/}.
3307233072
*/
3307333073
var DuGR = {}
33074-
DuGR.version = "5.0.1";
33074+
DuGR.version = "5.1.0";
3307533075

3307633076
/**
3307733077
* Predefined and automatic groups

src/inc/config/api_version.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
* })(this);
9898
* @namespace
9999
* @author Nicolas Dufresne and contributors
100-
* @copyright 2017 - 2022 Nicolas Dufresne, RxLaboratory
101-
* @version 5.0.1
100+
* @copyright 2017 - 2023 Nicolas Dufresne, RxLaboratory
101+
* @version {dugrVersion}
102102
* @requires DuAEF>=1.0.0
103103
* @see {@link DuAETag} for low-level group management
104104
* @category DuGR
@@ -117,4 +117,4 @@
117117
* along with DuGR. If not, see {@link http://www.gnu.org/licenses/}.
118118
*/
119119
var DuGR = {}
120-
DuGR.version = "5.0.1";
120+
DuGR.version = "{dugrVersion}";

0 commit comments

Comments
 (0)