Skip to content

Commit 1cb708d

Browse files
Kim Hoogenbergmaximj
authored andcommitted
Merged in CC-322 (pull request #97)
CC-322 -- Correct version set Approved-by: Henk-Roel van Zijl <henk-roel@van-zijl.com> Approved-by: Maxim Janssens <maxim@mpjconsultancy.nl>
2 parents 04cf21b + f6cbf57 commit 1cb708d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

upload/admin/controller/module/comerciaConnect.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
include_once(DIR_SYSTEM . "/library/comerciaConnectApi/helpers/cartesian.php");
77
}
88

9-
define("CC_VERSION", "2.6");
10-
define("CC_RELEASE", CC_VERSION . ".0");
9+
define("CC_VERSION", "2.5");
10+
define("CC_RELEASE", CC_VERSION . ".1");
1111
define("CC_VERSION_URL", "https://api.github.com/repos/comercia-nl/OCcomerciaConnect/releases/latest");
1212

1313
define("CC_SYNC_METHOD_SINGLE", 0);

0 commit comments

Comments
 (0)