Skip to content

Commit 8dd1d94

Browse files
committed
Bump version to 1.3.4
1 parent 3298974 commit 8dd1d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id("maven-publish")
77
}
88

9-
val libraryVersion = "1.3.2"
9+
val libraryVersion = "1.3.4"
1010
group = "com.yesferal.hornsapp.core"
1111
version = libraryVersion
1212

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.yesferal.hornsapp.core
22

33
class HornsAppCoreVersion {
4-
val version = "1.3.2"
4+
val version = "1.3.4"
55
}

0 commit comments

Comments
 (0)