Skip to content

Commit adb980a

Browse files
authored
Update composer.json
1 parent f37aa0f commit adb980a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 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": "2.1.0",
4+
"version": "2.1.1",
55
"description": "A simple database class with PHP, PDO and a query builder.",
66
"keywords": [
77
"database",
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"homepage": "https://github.com/jr-cologne/db-class",
22-
"time": "2017-11-10",
22+
"time": "2017-11-11",
2323
"license": "MIT",
2424
"authors": [
2525
{
@@ -31,7 +31,7 @@
3131
],
3232
"support": {
3333
"issues": "https://github.com/jr-cologne/db-class/issues",
34-
"source": "https://github.com/jr-cologne/db-class/tree/v2.1.0",
34+
"source": "https://github.com/jr-cologne/db-class/tree/v2.1.1",
3535
"docs": "https://github.com/jr-cologne/db-class/blob/README.md"
3636
}
3737
}

0 commit comments

Comments
 (0)