Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Apr 20, 2022
1 parent abef51f commit 50fea19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ readonly APPS=($(declare -F | grep deb_ | sed 's|declare -f deb_||g' | sort))
export CACHE_DIR="/var/cache/get-deb"
mkdir -p "${CACHE_DIR}" 2>/dev/null
chmod 755 "${CACHE_DIR}" 2>/dev/null
export VERSION="0.1.2"
export VERSION="0.1.3"

if ((BASH_VERSINFO[0] < 4)); then
fancy_message fatal "Sorry, you need bash 4.0 or newer to run $(basename ${0})."
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
deb-get (0.1.3-1) unstable; urgency=medium

* Fix the self installer/updater.

-- Martin Wimpress <[email protected]> Wed, 20 Apr 2022 22:16:45 +0100

deb-get (0.1.2-1) unstable; urgency=medium

* Add support for dropbox, powershell and onlyoffice-desktopeditors.
Expand Down

0 comments on commit 50fea19

Please sign in to comment.