File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
LogicNG uses [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
4
4
5
- ## [ 2.6.0] - 2024-08-02
5
+ ## [ 2.6.0] - 2024-09-10
6
6
7
7
### Added
8
8
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ LogicNG is released in the Maven Central Repository. To include it just add
34
34
<dependency >
35
35
<groupId >org.logicng</groupId >
36
36
<artifactId >logicng</artifactId >
37
- <version >2.5.1 </version >
37
+ <version >2.6.0 </version >
38
38
</dependency >
39
39
```
40
40
Original file line number Diff line number Diff line change 26
26
<modelVersion >4.0.0</modelVersion >
27
27
<groupId >org.logicng</groupId >
28
28
<artifactId >logicng</artifactId >
29
- <version >2.6.0-SNAPSHOT </version >
29
+ <version >2.6.0</version >
30
30
<packaging >bundle</packaging >
31
31
32
32
<name >LogicNG</name >
You can’t perform that action at this time.
0 commit comments