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