Skip to content

Commit 8b7c6c2

Browse files
committed
Bump version: 2019.0.3 → 2019.0.4
1 parent 536f6a9 commit 8b7c6c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2019.0.3
2+
current_version = 2019.0.4
33
commit = True
44
tag = True
55

envs/listings/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
including source code listings into your LaTeX document.
55

66
The Emerald language definition is given in a single `.tex` file:
7-
[`listings-emerald.tex`](https://github.com/emerald/modes/releases/download/v2019.0.3/listings-emerald.tex).
7+
[`listings-emerald.tex`](https://github.com/emerald/modes/releases/download/v2019.0.4/listings-emerald.tex).
88

99
In general, the file has the following structure:
1010
```
@@ -67,5 +67,5 @@ on CTAN](https://www.ctan.org/pkg/listings).
6767

6868
### Manual
6969

70-
1. Download the [latest release of `listings-emerald.tex`](https://github.com/emerald/modes/releases/download/v2019.0.3/listings-emerald.tex),
70+
1. Download the [latest release of `listings-emerald.tex`](https://github.com/emerald/modes/releases/download/v2019.0.4/listings-emerald.tex),
7171
and place it in your working LaTeX directory.

envs/vim/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Manual
44

5-
1. Download the [latest release of `emerald.vim`](https://github.com/emerald/modes/releases/download/v2019.0.3/emerald.vim),
5+
1. Download the [latest release of `emerald.vim`](https://github.com/emerald/modes/releases/download/v2019.0.4/emerald.vim),
66
and place it in your `~/.vim/syntax/` directory.
77

88
Create `~/.vim/syntax/` if it doesn't already exist.

0 commit comments

Comments
 (0)