From 8ad04545678ed9a13fb8d75d8dd46569ea53e8b0 Mon Sep 17 00:00:00 2001 From: alxndrkalinin <1107762+alxndrkalinin@users.noreply.github.com> Date: Tue, 15 Nov 2022 20:58:15 -0500 Subject: [PATCH] chore: bump version to 0.2.2 --- app/scripts/App/services.coffee | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {