Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hordurk committed Mar 7, 2016
1 parent 7be599b commit f47a52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions divelogsync.lrdevplugin/DiveLogSync.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ local function interpolate(x, x0, x1, y0, y1)
end

local function shouldWrite(id, prefs, current_val, new_val)
-- TODO add support for comparing tables, such as GPS.
if current_val == new_val then
return false
end
Expand Down
2 changes: 1 addition & 1 deletion divelogsync.lrdevplugin/Info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ return {
LrInitPlugin = 'DLSInit.lua',


VERSION = { major=1, minor=2, revision=2, build=20160306, },
VERSION = { major=1, minor=2, revision=3, build=20160307, },

}

0 comments on commit f47a52d

Please sign in to comment.