Skip to content

Commit

Permalink
chore: prepare for version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSafonov committed Nov 26, 2019
1 parent b1e9286 commit 3659740
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ apply(plugin = "info.solidsoft.pitest")


group = "com.github.mikesafonov"
version = "1.4.0"
version = "1.5.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=MikeSafonov_jira-telegram-bot
sonar.projectName=jira-telegram-bot
sonar.projectVersion=1.4.0
sonar.projectVersion=1.5.0
sonar.sources=src/main
sonar.tests=src/test
sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/test/jacocoTestReport.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import io.mockk.*
*/

class HelpTelegramCommandHandlerSpec : BehaviorSpec({
val currentVersion = "1.4.0"
val currentVersion = "1.5.0"
val botProperties = mockk<BotProperties>()
val jiraOAuthProperties = mockk<JiraOAuthProperties>()
val telegramClient = mockk<TelegramClient>()
Expand Down

0 comments on commit 3659740

Please sign in to comment.