Skip to content

Commit acc23fc

Browse files
committed
Resoday 1.5
1 parent 673c27b commit acc23fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
v1.5
12
- Fixed dead link in "About" dialog
23
- Upgraded dependencies
34

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tasks.named('test', Test) {
5656
* TODO maybe generate Version.java from Gradle?
5757
*/
5858
String calculateVersion() {
59-
final String defaultVersion = '1.4-nongit'
59+
final String defaultVersion = '1.5-nongit'
6060
final Grgit git = Grgit.open(dir: project.rootDir)
6161
try {
6262
/*

0 commit comments

Comments
 (0)