Skip to content

Commit

Permalink
Updated version to 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jsseidel committed Jan 2, 2020
1 parent 913933e commit 566f8d7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ version:
##########################################################################################3
# Debian source package
#
# Update version in:
# debian/changelog
# debian/files
# draftman.glade
#

debian_source:
debuild -S
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.15
1.0.16
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mktechdocs (1.0.16) bionic; urgency=medium

* Fix for https://github.com/att/MkTechDocs/issues/34
* Fix for https://github.com/att/MkTechDocs/issues/35
* Fix for https://github.com/att/MkTechDocs/issues/36

-- Joseph Spencer Seidel <jsseidel@fastmail.com> Thu, 02 Jan 2020 16:00:00 -0500
mktechdocs (1.0.15) bionic; urgency=medium

* Fix for https://github.com/att/MkTechDocs/issues/33
Expand Down
4 changes: 2 additions & 2 deletions debian/files
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mktechdocs_1.0.15_amd64.buildinfo text optional
mktechdocs_1.0.15_amd64.deb text optional
mktechdocs_1.0.16_amd64.buildinfo text optional
mktechdocs_1.0.16_amd64.deb text optional
6 changes: 4 additions & 2 deletions docker/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash

#docker build -t mktechdocs:0.0.8 .
docker build --no-cache -t mktechdocs:0.0.8 .
VERS=0.0.9

#docker build -t mktechdocs:0.0.9 .
docker build --no-cache -t mktechdocs:0.0.9 .

0 comments on commit 566f8d7

Please sign in to comment.