Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
alamkanak committed Sep 19, 2022
1 parent 84fe7c0 commit 75d72db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kotlinspeechfeatures/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("maven-publish")
}

val libraryVersionName = "0.0.15"
val libraryVersionName = "v1.0.0"
val libraryGroupName = "com.github.MerlynMind"
val libraryArtifactNameAndroid = "kotlin_speech_features"
val libraryArtifactNameIos = "KotlinSpeechFeatures"
Expand Down
2 changes: 1 addition & 1 deletion kotlinspeechfeatures/kotlinspeechfeatures.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'kotlinspeechfeatures'
spec.version = '0.0.15'
spec.version = 'v1.0.0'
spec.homepage = 'https://github.com/MerlynMind/kotlin_speech_features'
spec.source = { :http=> ''}
spec.authors = 'Raquib-ul Alam, Arjun Sunil, Rob Smith'
Expand Down

0 comments on commit 75d72db

Please sign in to comment.