Skip to content

Commit

Permalink
Prepared for v0.3.10d.20190627 release
Browse files Browse the repository at this point in the history
  • Loading branch information
idpaterson committed Jun 27, 2019
1 parent 2f2a911 commit e922163
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dashboard/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2269,4 +2269,4 @@ if (!String.prototype.endsWith) {
};
}

version = function() { return 'v0.3.10c.20190522'; };
version = function() { return 'v0.3.10d.20190627'; };
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
public static String version() { return "v0.3.10c.20190522" }
public static String version() { return "v0.3.10d.20190627" }
//******************************************************************************/
/*** webCoRE DEFINITION ***/
/******************************************************************************/
Expand Down
3 changes: 2 additions & 1 deletion smartapps/ady624/webcore-piston.src/webcore-piston.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
*
* Version history
*/
public static String version() { return "v0.3.10c.20190522" }
public static String version() { return "v0.3.10d.20190627" }
/*
* 06/27/2019 >>> v0.3.10d.20190627 - BETA M3 - Reverted attempted fix for dashboard timeouts, fixes NaN device status on piston editing, dashboard tweaks for Hubitat by E_Sch
* 05/22/2019 >>> v0.3.10c.20190522 - BETA M3 - Changed the device selection page in main app to fix timeout issues in Asia-Pacific
* 05/14/2019 >>> v0.3.10b.20190514 - BETA M3 - Changed the device selection page to fix timeout issues in Asia-Pacific
* 02/23/2019 >>> v0.3.10a.20190223 - BETA M3 - Added $twcweather to replace discontinued $weather, added new :twc-[iconCode]: weather icon set, fixed content type for local HTTP requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
public static String version() { return "v0.3.10c.20190522" }
public static String version() { return "v0.3.10d.20190627" }
/******************************************************************************/
/*** webCoRE DEFINITION ***/
/******************************************************************************/
Expand Down
3 changes: 2 additions & 1 deletion smartapps/ady624/webcore.src/webcore.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
*
* Version history
*/
public static String version() { return "v0.3.10c.20190522" }
public static String version() { return "v0.3.10d.20190627" }
/*
* 06/27/2019 >>> v0.3.10d.20190627 - BETA M3 - Reverted attempted fix for dashboard timeouts, fixes NaN device status on piston editing, dashboard tweaks for Hubitat by E_Sch
* 05/22/2019 >>> v0.3.10c.20190522 - BETA M3 - Changed the device selection page in main app to fix timeout issues in Asia-Pacific
* 05/14/2019 >>> v0.3.10b.20190514 - BETA M3 - Changed the device selection page to fix timeout issues in Asia-Pacific
* 02/23/2019 >>> v0.3.10a.20190223 - BETA M3 - Added $twcweather to replace discontinued $weather, added new :twc-[iconCode]: weather icon set, fixed content type for local HTTP requests
Expand Down

0 comments on commit e922163

Please sign in to comment.