|
1 | 1 | <img src="etc/assets/bigraph-framework-logo.png" style="zoom:67%;" /> |
2 | 2 |
|
3 | | -> Latest Version: **2.3.0** |
| 3 | +> Latest Version: **2.3.1** |
4 | 4 |
|
5 | 5 | [](https://go.fzj.de/CodePromo) |
6 | 6 |
|
@@ -162,36 +162,36 @@ composite.juxtapose(F).parallelProduct(H); |
162 | 162 | <dependency> |
163 | 163 | <groupId>org.bigraphs.framework</groupId> |
164 | 164 | <artifactId>bigraph-core</artifactId> |
165 | | - <version>2.3.0</version> |
| 165 | + <version>2.3.1</version> |
166 | 166 | </dependency> |
167 | 167 | <!-- the rewriting module --> |
168 | 168 | <dependency> |
169 | 169 | <groupId>org.bigraphs.framework</groupId> |
170 | 170 | <artifactId>bigraph-simulation</artifactId> |
171 | | - <version>2.3.0</version> |
| 171 | + <version>2.3.1</version> |
172 | 172 | </dependency> |
173 | 173 | <!-- the visualization module --> |
174 | 174 | <dependency> |
175 | 175 | <groupId>org.bigraphs.framework</groupId> |
176 | 176 | <artifactId>bigraph-visualization</artifactId> |
177 | | - <version>2.3.0</version> |
| 177 | + <version>2.3.1</version> |
178 | 178 | </dependency> |
179 | 179 | <!-- the converter module --> |
180 | 180 | <dependency> |
181 | 181 | <groupId>org.bigraphs.framework</groupId> |
182 | 182 | <artifactId>bigraph-converter</artifactId> |
183 | | - <version>2.3.0</version> |
| 183 | + <version>2.3.1</version> |
184 | 184 | </dependency> |
185 | 185 | </dependencies> |
186 | 186 | ``` |
187 | 187 |
|
188 | 188 | ### Gradle |
189 | 189 |
|
190 | 190 | ```groovy |
191 | | -compile "org.bigraphs.framework:bigraph-core:2.3.0" |
192 | | -compile "org.bigraphs.framework:bigraph-simulation:2.3.0" |
193 | | -compile "org.bigraphs.framework:bigraph-visualization:2.3.0" |
194 | | -compile "org.bigraphs.framework:bigraph-converter:2.3.0" |
| 191 | +compile "org.bigraphs.framework:bigraph-core:2.3.1" |
| 192 | +compile "org.bigraphs.framework:bigraph-simulation:2.3.1" |
| 193 | +compile "org.bigraphs.framework:bigraph-visualization:2.3.1" |
| 194 | +compile "org.bigraphs.framework:bigraph-converter:2.3.1" |
195 | 195 | ``` |
196 | 196 |
|
197 | 197 | ### Logging |
|
0 commit comments