Skip to content

Commit b70796c

Browse files
committed
beginning 1.0.4 development
1 parent 427bbb5 commit b70796c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#JCodeModel (v1.0.2)
1+
#JCodeModel (v1.0.3)
22

33
[![Tip with Gratipay](https://assets.gratipay.com/gratipay.svg)](https://gratipay.com/UnquietCode) [![Tip with Bitcoin](http://www.unquietcode.com/e_e/bitcoin.png)](https://blockchain.info/address/1Ec6mzLpJQvuzXqhxfJz1h9ZwJmoHMW9BX)**Bitcoin**
44

@@ -20,7 +20,7 @@ The dependencies are deployed to Maven Central. To use, add the following to you
2020
<dependency>
2121
<groupId>com.unquietcode.tools.jcodemodel</groupId>
2222
<artifactId>codemodel</artifactId>
23-
<version>1.0.2</version>
23+
<version>1.0.3</version>
2424
</dependency>
2525
```
2626

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.3'
5+
version = '1.0.4'
66
}
77

88
subprojects {

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.3</version>
48+
<version>1.0.4</version>
4949
<relativePath>../pom.xml</relativePath>
5050
</parent>
5151

0 commit comments

Comments
 (0)