Skip to content

Commit 5af43a3

Browse files
committed
Bump versions for new release
1 parent fc0510e commit 5af43a3

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
@@ -21,7 +21,7 @@ dependencies {
2121
}
2222

2323
group = 'com.gazbert'
24-
version = '1.2.1'
24+
version = '1.3.0'
2525
description = 'Java Design Patterns Cookbook'
2626
java.sourceCompatibility = JavaVersion.VERSION_11
2727

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.gazbert</groupId>
77
<artifactId>java-design-patterns-cookbook</artifactId>
88
<packaging>jar</packaging>
9-
<version>1.2.1</version>
9+
<version>1.3.0</version>
1010
<name>Java Design Patterns Cookbook</name>
1111
<description>A cookbook of Design Patterns written in Java.</description>
1212
<url>http://github.com/gazbert/java-design-patterns</url>

0 commit comments

Comments
 (0)