@@ -89,7 +89,7 @@ More [Usage](doc/usage.md)
89
89
90
90
Latest Release
91
91
--------------
92
- * 0.2.1
92
+ * 0.2.2
93
93
94
94
See [ Release Notes] ( doc/release_notes.md )
95
95
@@ -104,9 +104,9 @@ If you don't need to verify database or mongo, just remove the `pandaria-db` or
104
104
dependencies {
105
105
testCompile(
106
106
"io.cucumber:cucumber-junit:4.0.0",
107
- 'com.github.jakimli.pandaria:pandaria-core:0.2.1 ',
108
- 'com.github.jakimli.pandaria:pandaria-db:0.2.1 ',
109
- 'com.github.jakimli.pandaria:pandaria-mongo:0.2.1 '
107
+ 'com.github.jakimli.pandaria:pandaria-core:0.2.2 ',
108
+ 'com.github.jakimli.pandaria:pandaria-db:0.2.2 ',
109
+ 'com.github.jakimli.pandaria:pandaria-mongo:0.2.2 '
110
110
)
111
111
}
112
112
```
@@ -117,19 +117,19 @@ dependencies {
117
117
<dependency >
118
118
<groupId >com.github.jakimli.pandaria</groupId >
119
119
<artifactId >pandaria-core</artifactId >
120
- <version >0.2.1 </version >
120
+ <version >0.2.2 </version >
121
121
<scope >test</scope >
122
122
</dependency >
123
123
<dependency >
124
124
<groupId >com.github.jakimli.pandaria</groupId >
125
125
<artifactId >pandaria-db</artifactId >
126
- <version >0.2.1 </version >
126
+ <version >0.2.2 </version >
127
127
<scope >test</scope >
128
128
</dependency >
129
129
<dependency >
130
130
<groupId >com.github.jakimli.pandaria</groupId >
131
131
<artifactId >pandaria-mongo</artifactId >
132
- <version >0.2.1 </version >
132
+ <version >0.2.2 </version >
133
133
<scope >test</scope >
134
134
</dependency >
135
135
</dependencies >
0 commit comments