Skip to content

Commit 8d2166d

Browse files
updating minor version
1 parent ed103df commit 8d2166d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

injectionApi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
def baseGroupId = "com.socketlabs"
88
def baseArtifactId = 'injectionApi'
99
def computeVersion() {
10-
def baseVersion = "1.1.0"
10+
def baseVersion = "1.1.1"
1111
def release = true
1212
if (release)
1313
return "${baseVersion}"

injectionApi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.socketlabs</groupId>
66
<artifactId>injectionApi</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.1</version>
88
<name>socketlabs-java</name>
99
<description>SocketLabs Email Delivery Java library</description>
1010
<url>https://github.com/socketlabs/socketlabs-java/</url>

0 commit comments

Comments
 (0)