Skip to content

Commit 75d72db

Browse files
committed
First release
1 parent 84fe7c0 commit 75d72db

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.15"
9+
val libraryVersionName = "v1.0.0"
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.15'
3+
spec.version = 'v1.0.0'
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)