From fad3ae77b8a53cdce0c0808310d68a3a66933c91 Mon Sep 17 00:00:00 2001 From: Xavier Luiz <35306917+xavluiz@users.noreply.github.com> Date: Wed, 24 Nov 2021 17:28:12 -0800 Subject: [PATCH] update version --- Software.sublime_settings | 2 +- lib/SoftwareHttp.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Software.sublime_settings b/Software.sublime_settings index 8c7bdcd..26a4a20 100644 --- a/Software.sublime_settings +++ b/Software.sublime_settings @@ -8,5 +8,5 @@ "software_dashboard_url": "https://app.software.com", "plugin": "code-time", "open_tree_on_startup": true, - "plugin_version": "2.4.2" + "plugin_version": "2.6.1" } diff --git a/lib/SoftwareHttp.py b/lib/SoftwareHttp.py index 5891057..bbb8829 100644 --- a/lib/SoftwareHttp.py +++ b/lib/SoftwareHttp.py @@ -109,7 +109,7 @@ def fetchReleaseTag(): return response except Exception as ex: print("Code Time: Response Error fetching release tag: %s" % ex) - return getValue("plugin_version", "2.4.2") + return getValue("plugin_version", "2.6.1") def getVersion(): global version