Skip to content

Commit dcbdffc

Browse files
committed
Bump version to 1.4.4
1 parent aeebdf7 commit dcbdffc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HornsAppCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'HornsAppCore'
3-
spec.version = '1.4.3'
3+
spec.version = '1.4.4'
44
spec.homepage = 'https://github.com/Yesferal/HornsApp-Core'
55
spec.source = { :git => "https://github.com/Yesferal/HornsApp-Core.git", :tag => spec.version }
66
spec.authors = { "Yesferal Cueva" => "yesferal@gmail.com" }

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.4.3"
9+
val libraryVersion = "1.4.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.4.3"
4+
val version = "1.4.4"
55
}

0 commit comments

Comments
 (0)