Skip to content

Commit

Permalink
Corrected ::debugging bug again.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebengoechea committed Feb 6, 2021
1 parent 0f90a9a commit 22f6152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- New page "Other equipment". New user-defined field "other_equipement". New DB tables "shot_equipment", "equipment" & "equipment_type".
- New page "Modify category", which shows exactly which shots will be modified and allows the user to backup modified files and modify only a subset of files. Also shows progress information.

## [1.15] - 2021-02-06
## [1.16] - 2021-02-06

### Added
- New plugin auto-update system from GitHub latest release (suggested by @TMC)
Expand Down
6 changes: 3 additions & 3 deletions describe_your_espresso.dsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@
### (with lots of copy/paste/tweak from Damian, John and Johanna's code!)
########################################################################################################################

package provide describe_your_espresso.dsx 1.15
package provide describe_your_espresso.dsx 1.16
package require sqlite3
package require http
package require tls
package require json
package require zipfs

variable version {1.15}
variable version {1.16}

########################################################################################################################
### VARIABLES DECLARATIONS

namespace eval DYE {
variable plugin_version {1.15}
variable plugin_version {1.16}
variable plugin_file "describe_your_espresso.dsx"
variable db_version 4
variable min_DSx_version {4.39}
Expand Down

0 comments on commit 22f6152

Please sign in to comment.