Skip to content

Commit 4ecd8c3

Browse files
committed
Fix java package version in README
1 parent e65bafc commit 4ecd8c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The generated code depends on the com.shopify.graphql.support java
2525
package. This can be added to a gradle project by adding the following
2626
jCenter dependancy to you `build.gradle` file:
2727

28-
compile 'com.shopify.graphql.support:support:0.2.0'
28+
compile 'com.shopify.graphql.support:support:0.1.1'
2929

3030
## Usage
3131

0 commit comments

Comments
 (0)