Skip to content

Commit

Permalink
Release deken v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Mar 3, 2021
1 parent ff8c6b3 commit 47a4d23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deken-plugin.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ proc ::deken::versioncheck {version} {
}

## put the current version of this package here:
if { [::deken::versioncheck 0.7.0] } {
if { [::deken::versioncheck 0.7.1] } {

namespace eval ::deken:: {
namespace export open_searchui
Expand Down
2 changes: 1 addition & 1 deletion deken-test/README.deken.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
deken-test
==========

version: 0.7.0
version: 0.7.1

this is just a library for testing the internal workings of the deken framework.

Expand Down
2 changes: 1 addition & 1 deletion developer/deken
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# variable declarations
##############################################################################

export DEKEN_VERSION="0.7.0"
export DEKEN_VERSION="0.7.1"
export DEKEN_HOME="${DEKEN_HOME:-"${HOME}/.deken"}"
DEKEN_GIT_BRANCH="${DEKEN_GIT_BRANCH:-master}"
if [ "x${DEKEN_BASE_URL}" = "x" ]; then
Expand Down

0 comments on commit 47a4d23

Please sign in to comment.