Skip to content

Commit b14fbe2

Browse files
committed
prep for v1.0.2
1 parent 34a984c commit b14fbe2

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

package.xml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@
2929
<active>no</active>
3030
</developer>
3131

32-
<date>2015-02-10</date>
33-
<time>21:02:23</time>
32+
<date>2021-03-21</date>
3433
<version>
35-
<release>1.0.0</release>
34+
<release>1.0.2</release>
3635
<api>1.0.0</api>
3736
</version>
3837
<stability>
@@ -41,9 +40,7 @@
4140
</stability>
4241
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
4342
<notes>
44-
This package was split out from the PEAR package.
45-
If you use PEAR_Exception in your package and use nothing from the PEAR package
46-
then it's better to depend on just PEAR_Exception.
43+
* PR #11: Fixes PHP warning for 8.1+
4744
</notes>
4845
<contents>
4946
<dir name="/">
@@ -72,6 +69,22 @@
7269
<phprelease />
7370

7471
<changelog>
72+
<release>
73+
<version>
74+
<release>1.0.2</release>
75+
<api>1.0.0</api>
76+
</version>
77+
<stability>
78+
<release>stable</release>
79+
<api>stable</api>
80+
</stability>
81+
<date>2021-03-21</date>
82+
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
83+
<notes>
84+
* PR #11: Fixes PHP warning for 8.1+
85+
</notes>
86+
</release>
87+
7588
<release>
7689
<version>
7790
<release>1.0.0</release>

0 commit comments

Comments
 (0)