Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr committed May 10, 2017
1 parent bec8b41 commit fbb1373
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion retcl.tm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
package require Tcl 8.6
package require TclOO

package provide retcl 0.2.0
package provide retcl 0.2.1

catch {retcl destroy}

Expand Down
2 changes: 1 addition & 1 deletion test/001-pkg-version.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tcltest::test pkg-version-1.1 {pkg version is correct} -body {
package require retcl
} -result {0.2.0}
} -result {0.2.1}

0 comments on commit fbb1373

Please sign in to comment.