Skip to content

Commit

Permalink
Published 1.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steppschuh committed Jan 2, 2017
1 parent 20f6b82 commit 3b9e0ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}
}
dependencies {
compile 'net.steppschuh.markdowngenerator:markdowngenerator:1.2.1'
compile 'net.steppschuh.markdowngenerator:markdowngenerator:1.3.0.0'
}
```

Expand All @@ -26,7 +26,7 @@ dependencies {
<dependency>
<groupId>net.steppschuh.markdowngenerator</groupId>
<artifactId>markdowngenerator</artifactId>
<version>1.2.1</version>
<version>1.3.0.0</version>
<type>pom</type>
</dependency>
```
Expand Down
10 changes: 5 additions & 5 deletions Source/MarkdownGenerator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
}

group 'net.steppschuh.markdowngenerator'
version = '1.2.1'
version = '1.3.0.0'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down Expand Up @@ -56,7 +56,7 @@ publishing {
artifact javadocJar
groupId 'net.steppschuh.markdowngenerator'
artifactId 'markdowngenerator'
version '1.2.1'
version '1.3.0.0'
pom.withXml {
def root = asNode()
root.appendNode('description', 'Java library to generate markdown')
Expand All @@ -82,10 +82,10 @@ bintray {
githubRepo = 'Steppschuh/Java-Markdown-Generator'
githubReleaseNotesFile = 'README.md'
version {
name = '1.2.1'
desc = 'Markdown Generator 1.2.1'
name = '1.3.0.0'
desc = 'Markdown Generator 1.3.0.0'
released = new Date()
vcsTag = '1.2.1'
vcsTag = '1.3.0.0'
gpg {
sign = true
}
Expand Down

0 comments on commit 3b9e0ea

Please sign in to comment.