Skip to content

Commit

Permalink
bump version to 0.3.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kulikovskii authored May 23, 2022
1 parent eacba06 commit 3dbb789
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lib_availability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
lib-versions: [ "0.2.9", "0.2.8", "0.2.7", "0.2.6", "0.2.5" ]
lib-versions: [ "0.3.0", "0.2.9", "0.2.8", "0.2.7", "0.2.6" ]
gradle-plugins: [ "7.4" ]
gradle-tools: [ "7.1.1" ]
kotlin-version: [ "1.6.20" ]
Expand All @@ -18,17 +18,17 @@ jobs:
- gradle-plugins: "7.0.2"
gradle-tools: "7.0.2"
kotlin-version: "1.5.31"
lib-versions: "0.2.9"
lib-versions: "0.3.0"

- gradle-plugins: "6.2.2"
gradle-tools: "3.5.3"
kotlin-version: "1.3.71"
lib-versions: "0.2.9"
lib-versions: "0.3.0"

- gradle-plugins: "6.1.1"
gradle-tools: "4.0.0"
kotlin-version: "1.3.72"
lib-versions: "0.2.9"
lib-versions: "0.3.0"

fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion gradle/maven_publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ final EXCLUSION = 'exclusion'
ext {
groupId = 'fi.epicbot'
artifactId = 'toster'
version = '0.2.9'
version = '0.3.0'
}

publishing {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ internal abstract class BaseHtmlReporter : Reporter {
internal const val DEFAULT_SCREENSHOT_HEIGHT = "500"
internal const val MILLIS_IN_SECOND = 1000.0

internal const val LIB_VERSION = "0.2.9"
internal const val LIB_VERSION = "0.3.0"
internal const val CHART_VERSION = "3.7.1"

private const val COLOR_SIZE = 18
Expand Down

0 comments on commit 3dbb789

Please sign in to comment.