Skip to content

Commit 0b2b926

Browse files
committed
chore: prepare for public
1 parent dca9b76 commit 0b2b926

File tree

4 files changed

+4
-35
lines changed

4 files changed

+4
-35
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "0.0.0"
33
}

CHANGELOG.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
"description": "SumUp PHP SDK",
44
"type": "library",
55
"license": "Apache-2.0",
6-
"version": "1.4.0",
6+
"version": "0.0.0",
77
"keywords": [
88
"sumup",
99
"sdk",
10-
"payment processing",
11-
"ecommerce",
12-
"payment",
10+
"payments",
1311
"checkout"
1412
],
1513
"homepage": "https://developer.sumup.com",

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class Version
88
{
9-
const CURRENT = '1.4.0'; // x-release-please-version
9+
const CURRENT = '0.0.0'; // x-release-please-version
1010
}

0 commit comments

Comments
 (0)