Skip to content

Commit

Permalink
Bump to version 1.3.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKruegerDev committed Mar 9, 2024
1 parent a8f623c commit b4dd486
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.caching=true
Expand All @@ -10,11 +10,11 @@ SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true

GROUP=app.moviebase
VERSION_NAME=1.3.2
VERSION_NAME=1.3.3-SNAPSHOT

POM_NAME=TMDB API for KMM
POM_DESCRIPTION=Kotlin Multiplatform library to access the TMDB API.
POM_INCEPTION_YEAR=2023
POM_INCEPTION_YEAR=2024

POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
Expand All @@ -27,7 +27,7 @@ POM_SCM_DEV_CONNECTION=scm:git:[email protected]:MoviebaseApp/tmdb-api.git

POM_DEVELOPER_ID=chrisnkrueger
POM_DEVELOPER_NAME=Chris Krueger
POM_DEVELOPER_URL=https://github.com/username/
POM_DEVELOPER_URL=https://github.com/chrisnkrueger

# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
systemProp.org.gradle.internal.publish.checksums.insecure=true
Expand Down

0 comments on commit b4dd486

Please sign in to comment.