Skip to content

Commit b7ca868

Browse files
committed
Changed package name from phpcap/phpcap to iuredcap/phpcap
1 parent 9ece842 commit b7ca868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name" : "phpcap/phpcap",
2+
"name" : "iuredcap/phpcap",
33
"license" : "Apache-2.0",
44
"description" : "PHP API for REDCap",
55
"keywords" : [

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ class Version
1414
# This release number should be updated each time a release is made.
1515
# This value will be logged to indicate which version of the
1616
# software is being used.
17-
const RELEASE_NUMBER = "1.0.0";
17+
const RELEASE_NUMBER = "1.0.1";
1818
}

0 commit comments

Comments
 (0)