Skip to content

Commit

Permalink
chore: bump version to 5.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Mar 22, 2024
1 parent c4d0e57 commit a16e6c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=5.0.3-SNAPSHOT
projectVersion=5.1.0-SNAPSHOT

# This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs
# https://github.com/grails/grails-gradle-plugin/issues/222
Expand All @@ -9,7 +9,7 @@ authors=Graeme Rocher
projectDesc=Grails Async Libraries
projectUrl=https://github.com/grails/grails-async
githubSlug=grails/grails-async
githubBranch=5.0.x
githubBranch=5.1.x
developers=Graeme Rocher, Mattias Reichel

#gpars docs is currently not available with https
Expand All @@ -19,4 +19,4 @@ rxjava2docs=https://reactivex.io/RxJava/2.x/javadoc

org.gradle.caching=true
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.parallel=true

0 comments on commit a16e6c0

Please sign in to comment.