Skip to content

Commit 7dee1b7

Browse files
committed
Markor v2.14.1
1 parent ad39263 commit 7dee1b7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
- See [Discussions](https://github.com/gsantner/markor/discussions), [Issues](https://github.com/gsantner/markor/issues) and [Project news](https://github.com/gsantner/markor/blob/master/NEWS.md) to see what is going on.
33
- New Updates also visible here: <https://github.com/gsantner/markor/releases>
44

5-
### v2.13-14
5+
6+
### v2.14 series
7+
- [2.14.0 - 2.14.1](https://github.com/gsantner/markor/compare/v2.14.0...v2.14.1)
8+
- [2.14.0 - 2.15.0](https://github.com/gsantner/markor/compare/v2.14.0...v2.15.0)
9+
10+
### v2.13 series
611
- [2.13.0 - 2.14.0](https://github.com/gsantner/markor/compare/v2.13.0...v2.14.0)
712
- Markdown: Fix rendering of '$' in non-math view mode (PR #2485 closes #2085 #2236)
813
- Android Studio latest version support

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
defaultConfig {
2626
resValue "string", "manifest_package_id", "net.gsantner.markor"
2727
applicationId "net.gsantner.markor"
28-
versionName "2.14.0"
29-
versionCode 157
28+
versionName "2.14.1"
29+
versionCode 158
3030

3131
multiDexEnabled true
3232
minSdkVersion rootProject.ext.version_minSdk

0 commit comments

Comments
 (0)