Skip to content

Commit

Permalink
Releasing v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Jun 1, 2022
1 parent da2d1f2 commit 060c74e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .git-ci/deken-test/README.deken.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
deken-test
==========

version: 0.9.1
version: 0.9.2

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

Expand Down
2 changes: 1 addition & 1 deletion README.deken.pd
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
0;
#X text 56 179 you MUST RESTART Pd \, in order to use the new version.
;
#X text 47 77 version: v0.9.1;
#X text 47 77 version: v0.9.2;
#X text 47 139 thank you for installing the deken-plugin.;
2 changes: 1 addition & 1 deletion deken-plugin.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ proc ::deken::versioncheck {version} {
}

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

namespace eval ::deken:: {
namespace export open_searchui
Expand Down
2 changes: 1 addition & 1 deletion developer/deken
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script_args=$*
# variable declarations
##############################################################################

export DEKEN_VERSION="0.9.1"
export DEKEN_VERSION="0.9.2"

: "${DEKEN_HOME:=${HOME}/.deken}"
: "${DEKEN_GIT_BRANCH:=main}"
Expand Down

0 comments on commit 060c74e

Please sign in to comment.