Skip to content

Commit

Permalink
chore: bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSafonov committed Jul 25, 2020
1 parent 6389ce9 commit 9d4f3f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Maven:
<dependency>
<groupId>com.github.mikesafonov</groupId>
<artifactId>spring-boot-starter-smpp</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>

Gradle:

dependencies {
implementation 'com.github.mikesafonov:spring-boot-starter-smpp:1.2.0'
implementation 'com.github.mikesafonov:spring-boot-starter-smpp:1.2.1'
}

Configure spring-boot application via properties (see [Configuration](#Configuration) section).
Expand Down
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.0"
version "1.2.1"

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.0
sonar.projectVersion=1.2.1
sonar.sources=src/main
sonar.tests=src/test
sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/test/jacocoTestReport.xml
Expand Down

0 comments on commit 9d4f3f6

Please sign in to comment.