Skip to content

Commit 951169e

Browse files
committed
Release 0.4
1 parent 8b95c57 commit 951169e

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
php-subreg (0.4) UNRELEASED; urgency=medium
2+
3+
* +SetAutoRenew
4+
* +RenewDomain
5+
6+
-- Vítězslav Dvořák <[email protected]> Thu, 12 Sep 2019 13:34:35 +0200
7+
18
php-subreg (0.3) unstable; urgency=medium
29

310
* new support for Pricelist command

debian/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"email": "[email protected]"
99
}
1010
],
11-
"version": "0.2",
11+
"version": "0.4",
1212
"require": {
1313
"ext-soap": "*",
1414
"deb/ease-framework": "*"

debian/files

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
php-subreg_0.3_all.buildinfo web optional
2-
php-subreg_0.3_all.deb web optional
1+
php-subreg_0.4_all.buildinfo web optional
2+
php-subreg_0.4_all.deb web optional

src/Subreg/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Client extends \Ease\Molecule
1919
* ClientLibrary version
2020
* @var string
2121
*/
22-
static public $libVersion = '0.3';
22+
static public $libVersion = '0.4';
2323

2424
/**
2525
* Object Configuration

0 commit comments

Comments
 (0)