Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Aug 13, 2019
1 parent 629dfb2 commit da04d26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'maven-publish'

sourceCompatibility = 1.8

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
Expand Down Expand Up @@ -56,7 +58,7 @@ publishing {
artifact javadocJar
groupId 'net.fornwall.jelf'
artifactId 'jelf'
version '0.2'
version '0.3'
pom.withXml {
def root = asNode()
root.appendNode('description', 'ELF parsing library in java')
Expand Down

0 comments on commit da04d26

Please sign in to comment.