Skip to content

Commit a4f68c5

Browse files
committed
Fixed package name
1 parent b7ca868 commit a4f68c5

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" : "iuredcap/phpcap",
2+
"name" : "iu-redcap/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.1";
17+
const RELEASE_NUMBER = "1.0.2";
1818
}

0 commit comments

Comments
 (0)