Skip to content

Commit 05abef3

Browse files
authored
Merge pull request #54 from Shopify/fix-version-in-readme
Fix java package version in README
2 parents e65bafc + 9817d4f commit 05abef3

3 files changed

Lines changed: 3 additions & 3 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class GraphQLJavaGen
2-
VERSION = "0.1.0"
2+
VERSION = "0.1.1"
33
end

support/graphql.java.gen.build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def VERSION_NAME = '0.2.1'
1+
def VERSION_NAME = '0.1.1'
22

33
buildscript {
44
repositories {

0 commit comments

Comments
 (0)