Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
xavluiz committed Nov 25, 2021
1 parent 66fb3f7 commit fad3ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Software.sublime_settings
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion lib/SoftwareHttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fad3ae7

Please sign in to comment.