File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ Specification-Title: OpenLCB
7
7
Specification-Version: 0.7.4
8
8
Specification-Vendor: OpenLCB group
9
9
Package-Title: openlcb
10
- Package-Version: 0.7.33
10
+ Package-Version: 0.7.34
11
11
Package-Vendor: OpenLCB group
12
12
Original file line number Diff line number Diff line change 4
4
<groupId >org.openlcb</groupId >
5
5
<artifactId >openlcb</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >0.7.33 </version >
7
+ <version >0.7.34 </version >
8
8
<name >OpenLCB</name >
9
9
<description >OpenLCB Java Reference Implementation.</description >
10
10
<url >http://openlcb.github.com/OpenLCB_Java</url >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public class Version {
33
33
34
34
/* Library modifier - updated periodically
35
35
*/
36
- static final public int libMod = 33 ;
36
+ static final public int libMod = 34 ;
37
37
38
38
/**
39
39
* Checks if the current specification version is above a specific threshold.
You can’t perform that action at this time.
0 commit comments