diff --git a/changelog.md b/changelog.md index 7d6416e..175ccfa 100644 --- a/changelog.md +++ b/changelog.md @@ -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) diff --git a/describe_your_espresso.dsx b/describe_your_espresso.dsx index 92af03e..0e112a1 100644 --- a/describe_your_espresso.dsx +++ b/describe_your_espresso.dsx @@ -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}