Skip to content

Commit

Permalink
release: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Raph committed Aug 26, 2024
1 parent 3144104 commit 03dba8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions lorraine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ plugins {
alias(libs.plugins.publish)
}

val lorraineVersion = "0.1.0"

group = "io.github.dottttt.lorraine"
version = "0.0.3"
version = lorraineVersion

kotlin {

Expand Down Expand Up @@ -50,7 +52,7 @@ kotlin {
}

cocoapods {
version = "0.0.3"
version = lorraineVersion
summary = "NO_DESCRIPTION"
homepage = "NO_HOMEPAGE"
ios.deploymentTarget = "15.0"
Expand Down Expand Up @@ -151,7 +153,7 @@ mavenPublishing {
coordinates(
groupId = "io.github.dottttt.lorraine",
artifactId = "lorraine",
version = "0.0.3"
version = lorraineVersion
)

pom {
Expand Down
2 changes: 1 addition & 1 deletion lorraine/lorraine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'lorraine'
spec.version = '0.0.3'
spec.version = '0.1.0'
spec.homepage = 'NO_HOMEPAGE'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit 03dba8d

Please sign in to comment.