Skip to content

Commit 734f76a

Browse files
author
Seidel, Joseph (js2589)
committed
Updated version
1 parent d79def8 commit 734f76a

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.12
1+
1.0.14

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mktechdocs (1.0.14) bionic; urgency=medium
2+
3+
* Fix for https://github.com/att/MkTechDocs/issues/29
4+
* Skipped version 13 because it's unlucky
5+
6+
-- Joseph Spencer Seidel <[email protected]> Tue, 03 Sep 2019 18:28:00 -0500
7+
18
mktechdocs (1.0.12) bionic; urgency=medium
29

310
* Fix for https://github.com/att/MkTechDocs/issues/28

debian/files

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
mktechdocs_1.0.12_source.buildinfo text optional
1+
mktechdocs_1.0.14_amd64.buildinfo text optional
2+
mktechdocs_1.0.14_amd64.deb text optional

docker/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
#docker build -t mktechdocs:0.0.6 .
4-
docker build --no-cache -t mktechdocs:0.0.6 .
3+
#docker build -t mktechdocs:0.0.7 .
4+
docker build --no-cache -t mktechdocs:0.0.7 .

0 commit comments

Comments
 (0)