Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Version bump + string.formt for version
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <me@teran.ru>
  • Loading branch information
teran committed Nov 10, 2017
1 parent fc03f50 commit b238079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deduplicator.lrdevplugin/Info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ GIT Repository with the code:
plugin_name = LOC "$$$/PluginInfo/Name=Deduplicator"
plugin_major = 1
plugin_minor = 0
plugin_revision = 2
plugin_build = 100010
plugin_version = plugin_major .. '.' .. plugin_minor .. '.' .. plugin_revision .. '.' .. plugin_build
plugin_revision = 3
plugin_build = 100011
plugin_version = string.format('%s.%s.%s.%s', plugin_major, plugin_minor, plugin_revision, plugin_build)
plugin_id = 'me.teran.lightroom.deduplicator'
plugin_home_url = "https://github.com/teran/deduplicator"
latest_release_json_url = 'https://api.github.com/repos/teran/deduplicator/releases/latest'
Expand Down

0 comments on commit b238079

Please sign in to comment.