Skip to content

Commit 693eb57

Browse files
authored
Merge pull request #142 from cryptimeleon/version-bump
Version bump to 3.0.1
2 parents 36f64a5 + 2d2483e commit 693eb57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
group = 'org.cryptimeleon'
99
archivesBaseName = project.name
1010
boolean isRelease = project.hasProperty("release")
11-
version = '3.0.0' + (isRelease ? "" : "-SNAPSHOT")
11+
version = '3.0.1' + (isRelease ? "" : "-SNAPSHOT")
1212

1313
sourceCompatibility = 1.8
1414
targetCompatibility = 1.8

0 commit comments

Comments
 (0)