File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
common/src/main/java/haveno/common/app
seednode/src/main/java/haveno/seednode Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ configure(project(':desktop')) {
610
610
apply plugin : ' com.github.johnrengelman.shadow'
611
611
apply from : ' package/package.gradle'
612
612
613
- version = ' 1.1.0 -SNAPSHOT'
613
+ version = ' 1.1.1 -SNAPSHOT'
614
614
615
615
jar. manifest. attributes(
616
616
" Implementation-Title" : project. name,
Original file line number Diff line number Diff line change 28
28
public class Version {
29
29
// The application versions
30
30
// We use semantic versioning with major, minor and patch
31
- public static final String VERSION = "1.1.0 " ;
31
+ public static final String VERSION = "1.1.1 " ;
32
32
33
33
/**
34
34
* Holds a list of the tagged resource files for optimizing the getData requests.
Original file line number Diff line number Diff line change 60
60
</content_rating >
61
61
62
62
<releases >
63
- <release version =" 1.1.0 " date =" 2025-04-17 " />
63
+ <release version =" 1.1.1 " date =" 2025-04-27 " />
64
64
</releases >
65
65
</component >
Original file line number Diff line number Diff line change 5
5
<!-- See: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -->
6
6
7
7
<key >CFBundleVersion </key >
8
- <string >1.1.0 </string >
8
+ <string >1.1.1 </string >
9
9
10
10
<key >CFBundleShortVersionString </key >
11
- <string >1.1.0 </string >
11
+ <string >1.1.1 </string >
12
12
13
13
<key >CFBundleExecutable </key >
14
14
<string >Haveno </string >
Original file line number Diff line number Diff line change 41
41
@ Slf4j
42
42
public class SeedNodeMain extends ExecutableForAppWithP2p {
43
43
private static final long CHECK_CONNECTION_LOSS_SEC = 30 ;
44
- private static final String VERSION = "1.1.0 " ;
44
+ private static final String VERSION = "1.1.1 " ;
45
45
private SeedNode seedNode ;
46
46
private Timer checkConnectionLossTime ;
47
47
You can’t perform that action at this time.
0 commit comments