diff --git a/app/scripts/App/services.coffee b/app/scripts/App/services.coffee index 91766a5a..fdfca2f2 100644 --- a/app/scripts/App/services.coffee +++ b/app/scripts/App/services.coffee @@ -8,4 +8,4 @@ module.exports = class AppVersion extends BaseService @register appServices initialize: -> - @version = '0.2.1' + @version = '0.2.2' diff --git a/package.json b/package.json index 911dbd3f..2669d2d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Alexandr Kalinin, Selvam Palanimalai, Ivo Dinov, SOCR student contributors", "name": "SOCRAT", - "version": "0.2.1", + "version": "0.2.2", "description": "A Dynamic Web Toolbox for Interactive Data Processing, Analysis, and Visualization", "homepage": "https://github.com/SOCR/SOCRAT", "repository": {