update to 4.5.2
authorGreg Pazo <gpazo@xtuple.com>
Wed, 9 Jul 2014 20:09:40 +0000 (16:09 -0400)
committerGreg Pazo <gpazo@xtuple.com>
Wed, 9 Jul 2014 20:09:40 +0000 (16:09 -0400)
enyo-client/database/source/update_version.sql
foundation-database/public/tables/metric.sql
package.json

index d7b1830..53906e2 100644 (file)
@@ -1 +1 @@
-UPDATE pkghead SET pkghead_version = '4.5.1' WHERE pkghead_name = 'xt';
+UPDATE pkghead SET pkghead_version = '4.5.2' WHERE pkghead_name = 'xt';
index 13f656f..20684d8 100644 (file)
@@ -3,4 +3,4 @@ insert into metric (metric_name, metric_value)
 select 'UnifiedBuild', 'true'
 where not exists (select c.metric_id from metric c where c.metric_name = 'UnifiedBuild');
 
-SELECT setMetric('ServerVersion', '4.5.1');
+SELECT setMetric('ServerVersion', '4.5.2');
index b55fee7..1ad7be3 100644 (file)
@@ -2,7 +2,7 @@
   "author": "xTuple <dev@xtuple.com>",
   "name": "xtuple",
   "description": "xTuple Enterprise Resource Planning Mobile-Web client",
-  "version": "4.5.1",
+  "version": "4.5.2",
   "repository": {
     "type": "git",
     "url": "https://github.com/xtuple/xtuple.git"