From f47a52d845772d8b1446ef9c28a51668a5f99d18 Mon Sep 17 00:00:00 2001 From: Hordur Heidarsson Date: Mon, 7 Mar 2016 00:27:29 -0800 Subject: [PATCH] Version bump --- divelogsync.lrdevplugin/DiveLogSync.lua | 1 + divelogsync.lrdevplugin/Info.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/divelogsync.lrdevplugin/DiveLogSync.lua b/divelogsync.lrdevplugin/DiveLogSync.lua index 2a37ad7..2c6cdd9 100644 --- a/divelogsync.lrdevplugin/DiveLogSync.lua +++ b/divelogsync.lrdevplugin/DiveLogSync.lua @@ -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 diff --git a/divelogsync.lrdevplugin/Info.lua b/divelogsync.lrdevplugin/Info.lua index 5ae8735..3aa6010 100644 --- a/divelogsync.lrdevplugin/Info.lua +++ b/divelogsync.lrdevplugin/Info.lua @@ -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, }, }