Skip to content

Commit 11add30

Browse files
committed
Bump versions
1 parent c9bc368 commit 11add30

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Coordinates for core library (see all on [Maven Central]):
2626
<dependency>
2727
<groupId>com.atlassian.commonmark</groupId>
2828
<artifactId>commonmark</artifactId>
29-
<version>0.6.0</version>
29+
<version>0.7.0</version>
3030
</dependency>
3131
```
3232

@@ -168,7 +168,7 @@ First, add an additional dependency (see [Maven Central] for others):
168168
<dependency>
169169
<groupId>com.atlassian.commonmark</groupId>
170170
<artifactId>commonmark-ext-gfm-tables</artifactId>
171-
<version>0.6.0</version>
171+
<version>0.7.0</version>
172172
</dependency>
173173
```
174174

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.6.0" >> test.properties
10+
echo "version.maven=0.7.0" >> test.properties
1111
echo "version.maven_autolink=0.5.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ 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.6.0
31+
version.maven=0.7.0
3232
# Version number of autolink in maven central (not bundled with extension jar).
3333
version.maven_autolink=0.5.0
3434

3535
# Version number of commonmark and extensions in project.
36-
version.snapshot=0.6.1-SNAPSHOT
36+
version.snapshot=0.7.1-SNAPSHOT
3737
# Version number of autolink for snapshots (not bundled in extension jar).
3838
version.snapshot_autolink=0.5.0
3939
```

0 commit comments

Comments
 (0)