Skip to content

Commit 0fe2d57

Browse files
committed
Release version 0.2.0
1 parent 05abef3 commit 0fe2d57

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.1.1'
28+
compile 'com.shopify.graphql.support:support:0.2.0'
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.1"
2+
VERSION = "0.2.0"
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.1.1'
1+
def VERSION_NAME = '0.2.0'
22

33
buildscript {
44
repositories {

0 commit comments

Comments
 (0)