Browse Source

fix shell* bad versionbump - update package version in files

master
Julian Noble 8 months ago
parent
commit
1d35a07c3d
  1. 2
      src/modules/shellfilter-0.1.9.tm
  2. 2
      src/modules/shellrun-0.1.1.tm
  3. 2
      src/modules/shellthread-1.6.1.tm

2
src/modules/shellfilter-0.1.9.tm

@ -2832,5 +2832,5 @@ namespace eval shellfilter {
package provide shellfilter [namespace eval shellfilter { package provide shellfilter [namespace eval shellfilter {
variable version variable version
set version 0.1.8 set version 0.1.9
}] }]

2
src/modules/shellrun-0.1.1.tm

@ -741,5 +741,5 @@ namespace eval shellrun {
package provide shellrun [namespace eval shellrun { package provide shellrun [namespace eval shellrun {
variable version variable version
set version 0.1 set version 0.1.1
}] }]

2
src/modules/shellthread-1.6.1.tm

@ -2,7 +2,7 @@
package provide shellthread [namespace eval shellthread { package provide shellthread [namespace eval shellthread {
variable version variable version
set version 1.6 set version 1.6.1
}] }]

Loading…
Cancel
Save