Skip to content

Commit d34a0e5

Browse files
authored
Update composer.json for new release
1 parent 674ccdc commit d34a0e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jr-cologne/db-class",
33
"type": "library",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "A simple database class with php and pdo.",
66
"keywords": [
77
"database",
@@ -13,7 +13,7 @@
1313
"php": "^7.0"
1414
},
1515
"homepage": "https://github.com/jr-cologne/db-class",
16-
"time": "2017-06-03",
16+
"time": "2017-07-03",
1717
"license": "MIT",
1818
"authors": [
1919
{
@@ -25,7 +25,7 @@
2525
],
2626
"support": {
2727
"issues": "https://github.com/jr-cologne/db-class/issues",
28-
"source": "https://github.com/jr-cologne/db-class/tree/v1.0.2",
28+
"source": "https://github.com/jr-cologne/db-class/tree/v1.0.3",
2929
"docs": "https://github.com/jr-cologne/db-class/blob/README.md"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)