Skip to content

Commit c4dd359

Browse files
committed
chore: bump version to 1.3.0
1 parent b19ee67 commit c4dd359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737
}
3838

3939
group = "com.github.mikesafonov"
40-
version "1.2.1"
40+
version "1.3.0"
4141

4242
jar {
4343
enabled = true

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=MikeSafonov_spring-boot-starter-smpp
22
sonar.projectName=spring-boot-starter-smpp
3-
sonar.projectVersion=1.2.1
3+
sonar.projectVersion=1.3.0
44
sonar.sources=src/main
55
sonar.tests=src/test
66
sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/test/jacocoTestReport.xml

0 commit comments

Comments
 (0)