Skip to content

Commit 6c81d7a

Browse files
committed
Release 0.3
1 parent 708b33e commit 6c81d7a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,19 @@ Then add the dependency:
9797
#### Gradle
9898
##### reflection-assert
9999
```gradle
100-
testCompile 'com.github.hpple.reflection-assert:reflection-assert:0.2'
100+
testCompile 'com.github.hpple.reflection-assert:reflection-assert:0.3'
101101
```
102102
##### reflection-assert-vintage
103103
```gradle
104-
testCompile 'com.github.hpple.reflection-assert:reflection-assert-vintage:0.2'
104+
testCompile 'com.github.hpple.reflection-assert:reflection-assert-vintage:0.3'
105105
```
106106
##### reflection-comparator
107107
```gradle
108-
compile 'com.github.hpple.reflection-assert:reflection-comparator:0.2'
108+
compile 'com.github.hpple.reflection-assert:reflection-comparator:0.3'
109109
```
110110
or
111111
```gradle
112-
testCompile 'com.github.hpple.reflection-assert:reflection-comparator:0.2'
112+
testCompile 'com.github.hpple.reflection-assert:reflection-comparator:0.3'
113113
```
114114

115115
#### Maven
@@ -118,7 +118,7 @@ testCompile 'com.github.hpple.reflection-assert:reflection-comparator:0.2'
118118
<dependency>
119119
<groupId>com.github.hpple.reflection-assert</groupId>
120120
<artifactId>reflection-assert</artifactId>
121-
<version>0.2</version>
121+
<version>0.3</version>
122122
<scope>test</scope>
123123
</dependency>
124124
```
@@ -127,7 +127,7 @@ testCompile 'com.github.hpple.reflection-assert:reflection-comparator:0.2'
127127
<dependency>
128128
<groupId>com.github.hpple.reflection-assert</groupId>
129129
<artifactId>reflection-assert-vintage</artifactId>
130-
<version>0.2</version>
130+
<version>0.3</version>
131131
<scope>test</scope>
132132
</dependency>
133133
```
@@ -136,15 +136,15 @@ testCompile 'com.github.hpple.reflection-assert:reflection-comparator:0.2'
136136
<dependency>
137137
<groupId>com.github.hpple.reflection-assert</groupId>
138138
<artifactId>reflection-comparator</artifactId>
139-
<version>0.2</version>
139+
<version>0.3</version>
140140
</dependency>
141141
```
142142
or
143143
```xml
144144
<dependency>
145145
<groupId>com.github.hpple.reflection-assert</groupId>
146146
<artifactId>reflection-comparator</artifactId>
147-
<version>0.2</version>
147+
<version>0.3</version>
148148
<scope>test</scope>
149149
</dependency>
150150
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def reflectionAssertVersion = '0.3-SNAPSHOT'
1+
def reflectionAssertVersion = '0.3'
22

33
ext {
44
junitVersion = '5.6.2'

0 commit comments

Comments
 (0)