Skip to content

Commit

Permalink
chore: prepare for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSafonov committed Mar 17, 2020
1 parent ef663b2 commit 76d9e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repositories {
}

group = "com.github.mikesafonov"
version "1.0.0"
version "1.1.0"

jar {
enabled = true
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_spring-boot-starter-smpp
sonar.projectName=spring-boot-starter-smpp
sonar.projectVersion=1.0.0
sonar.projectVersion=1.1.0
sonar.sources=src/main
sonar.tests=src/test
sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/test/jacocoTestReport.xml
Expand Down

0 comments on commit 76d9e2f

Please sign in to comment.