Skip to content

Commit 3b9e0ea

Browse files
committed
Published 1.3.0.0
1 parent 20f6b82 commit 3b9e0ea

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
}
1818
}
1919
dependencies {
20-
compile 'net.steppschuh.markdowngenerator:markdowngenerator:1.2.1'
20+
compile 'net.steppschuh.markdowngenerator:markdowngenerator:1.3.0.0'
2121
}
2222
```
2323

@@ -26,7 +26,7 @@ dependencies {
2626
<dependency>
2727
<groupId>net.steppschuh.markdowngenerator</groupId>
2828
<artifactId>markdowngenerator</artifactId>
29-
<version>1.2.1</version>
29+
<version>1.3.0.0</version>
3030
<type>pom</type>
3131
</dependency>
3232
```

Source/MarkdownGenerator/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121
}
2222

2323
group 'net.steppschuh.markdowngenerator'
24-
version = '1.2.1'
24+
version = '1.3.0.0'
2525

2626
sourceCompatibility = 1.7
2727
targetCompatibility = 1.7
@@ -56,7 +56,7 @@ publishing {
5656
artifact javadocJar
5757
groupId 'net.steppschuh.markdowngenerator'
5858
artifactId 'markdowngenerator'
59-
version '1.2.1'
59+
version '1.3.0.0'
6060
pom.withXml {
6161
def root = asNode()
6262
root.appendNode('description', 'Java library to generate markdown')
@@ -82,10 +82,10 @@ bintray {
8282
githubRepo = 'Steppschuh/Java-Markdown-Generator'
8383
githubReleaseNotesFile = 'README.md'
8484
version {
85-
name = '1.2.1'
86-
desc = 'Markdown Generator 1.2.1'
85+
name = '1.3.0.0'
86+
desc = 'Markdown Generator 1.3.0.0'
8787
released = new Date()
88-
vcsTag = '1.2.1'
88+
vcsTag = '1.3.0.0'
8989
gpg {
9090
sign = true
9191
}

0 commit comments

Comments
 (0)