diff --git a/package.json b/package.json index 3b97a22..40094da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "FlexBE App", - "version": "4am-dev", + "version": "2.2.2", "main": "src/main.js", "window": { "icon": "src/img/icon-128.png", diff --git a/src/ui/ui_feed.js b/src/ui/ui_feed.js index 965e894..e394396 100644 --- a/src/ui/ui_feed.js +++ b/src/ui/ui_feed.js @@ -3,7 +3,7 @@ UI.Feed = new (function() { var requestLatestVersion = function(callback) { var xhr = new XMLHttpRequest(); - xhr.open("GET", "https://api.github.com/repos/flexbe/flexbe_app/tags", true); + xhr.open("GET", "https://api.github.com/repos/mojin-robotics/flexbe_app/tags", true); xhr.onreadystatechange = function() { if (xhr.readyState == 4) { if (xhr.responseText != "") { @@ -149,4 +149,4 @@ UI.Feed = new (function() { this.hideAbout = function() { } -}) (); \ No newline at end of file +}) ();