Skip to content

Commit 427bbb5

Browse files
committed
1.0.3
1 parent 815c286 commit 427bbb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ allprojects {
22
apply plugin: 'maven'
33

44
group = 'com.unquietcode.tools.jcodemodel'
5-
version = '1.0.2'
5+
version = '1.0.3'
66
}
77

88
subprojects {

Diff for: codemodel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>unquietcode.tools.jcodemodel</groupId>
4747
<artifactId>codemodel-project</artifactId>
48-
<version>1.0.2</version>
48+
<version>1.0.3</version>
4949
<relativePath>../pom.xml</relativePath>
5050
</parent>
5151

0 commit comments

Comments
 (0)