Skip to content

Commit

Permalink
chore: bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSafonov committed Feb 1, 2021
1 parent b19ee67 commit c4dd359
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 @@ -37,7 +37,7 @@ repositories {
}

group = "com.github.mikesafonov"
version "1.2.1"
version "1.3.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.2.1
sonar.projectVersion=1.3.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 c4dd359

Please sign in to comment.