Skip to content

Commit 5656182

Browse files
committed
Bump versions
1 parent 5799026 commit 5656182

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Coordinates for core library (see all on [Maven Central]):
2323
<dependency>
2424
<groupId>com.atlassian.commonmark</groupId>
2525
<artifactId>commonmark</artifactId>
26-
<version>0.4.1</version>
26+
<version>0.5.0</version>
2727
</dependency>
2828
```
2929

@@ -106,7 +106,7 @@ First, add an additional dependency (see [Maven Central] for others):
106106
<dependency>
107107
<groupId>com.atlassian.commonmark</groupId>
108108
<artifactId>commonmark-ext-gfm-tables</artifactId>
109-
<version>0.4.1</version>
109+
<version>0.5.0</version>
110110
</dependency>
111111
```
112112

commonmark-android-test/.travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ autolink_version=$(cd ../commonmark-ext-autolink && mvn help:evaluate -Dexpressi
77

88
touch test.properties
99
echo "path.report=../report" >> test.properties
10-
echo "version.maven=0.4.1" >> test.properties
10+
echo "version.maven=0.5.0" >> test.properties
1111
echo "version.maven_autolink=0.4.0" >> test.properties
1212
echo "version.snapshot=$version" >> test.properties
1313
echo "version.snapshot_autolink=$autolink_version" >> test.properties

commonmark-android-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sdk.dir=/path_to_android_sdk
2828
path.report=../report
2929

3030
# Version number of commonmark and extensions in maven central.
31-
version.maven=0.4.1
31+
version.maven=0.5.0
3232
# Version number of autolink in maven central (not bundled with extension jar).
3333
version.maven_autolink=0.4.0
3434

0 commit comments

Comments
 (0)