Skip to content

Commit

Permalink
Prepare 0.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Apr 6, 2021
1 parent ecb91e5 commit fb59ca4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fladle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.gradle.api.tasks.testing.logging.TestLogEvent

group = "com.osacky.flank.gradle"
version = "0.15.1-SNAPSHOT"
version = "0.15.1"
description = "Easily Scale your Android Instrumentation Tests with Firebase Test Lab with Flank"

repositories {
Expand Down Expand Up @@ -172,4 +172,4 @@ java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
}
}
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

extra:
fladle:
current_release: '0.15.0'
next_release: '0.15.1'
current_release: '0.15.1'
next_release: '0.15.2'
flank_version: '21.03.1'

site_name: Fladle
Expand Down

0 comments on commit fb59ca4

Please sign in to comment.