Skip to content

Commit 4227239

Browse files
committed
Bump version for 1.0.1
1 parent 17a6b11 commit 4227239

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Diff for: _build/build.transport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/* define package */
1515
define('PKG_NAME','Tagger');
1616
define('PKG_NAME_LOWER',strtolower(PKG_NAME));
17-
define('PKG_VERSION','1.0.0');
17+
define('PKG_VERSION','1.0.1');
1818
define('PKG_RELEASE','pl');
1919

2020
/* define sources */

Diff for: _build/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"lowCaseName": "tagger",
44
"description": "Tag management component",
55
"author": "John Peca",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"package":{
88
"actions": [{
99
"id": 1

Diff for: core/components/tagger/docs/changelog.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Changelog for Tagger.
22

3+
Tagger 1.0.1
4+
==============
35
- Fixed default value for &target in TaggerGetTags
46
- Added descriptions to add/update group window
57
- Fixed &group property in TaggerGetTags snippet

Diff for: core/components/tagger/docs/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---------------------------------------
22
Tagger
33
---------------------------------------
4-
Version: 1.0.0
4+
Version: 1.0.1
55
Author: John Peca <[email protected]>
66
---------------------------------------

0 commit comments

Comments
 (0)