Skip to content

Commit 84fe7c0

Browse files
committed
Test 0.0.15
1 parent 2db1274 commit 84fe7c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlinspeechfeatures/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 libraryVersionName = "0.0.14"
9+
val libraryVersionName = "0.0.15"
1010
val libraryGroupName = "com.github.MerlynMind"
1111
val libraryArtifactNameAndroid = "kotlin_speech_features"
1212
val libraryArtifactNameIos = "KotlinSpeechFeatures"

kotlinspeechfeatures/kotlinspeechfeatures.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 = 'kotlinspeechfeatures'
3-
spec.version = '0.0.14'
3+
spec.version = '0.0.15'
44
spec.homepage = 'https://github.com/MerlynMind/kotlin_speech_features'
55
spec.source = { :http=> ''}
66
spec.authors = 'Raquib-ul Alam, Arjun Sunil, Rob Smith'

0 commit comments

Comments
 (0)