From 028c885bd1eba996a61843eada30589884d90f1a Mon Sep 17 00:00:00 2001 From: alxndrkalinin <1107762+alxndrkalinin@users.noreply.github.com> Date: Tue, 25 Jan 2022 19:21:22 +0100 Subject: [PATCH] chore: bump version to 0.2.1 --- app/scripts/App/services.coffee | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/scripts/App/services.coffee b/app/scripts/App/services.coffee index 0af2c6b9..91766a5a 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.0' + @version = '0.2.1' diff --git a/package.json b/package.json index 3ed2b54b..c441d445 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "author": "Alexandr Kalinin, Selvam Palanimalai, Ivo Dinov", + "author": "Alexandr Kalinin, Selvam Palanimalai, Ivo Dinov, SOCR student contributors", "name": "SOCRAT", - "version": "0.2.0", + "version": "0.2.1", "description": "A Dynamic Web Toolbox for Interactive Data Processing, Analysis, and Visualization", "homepage": "https://github.com/SOCR/SOCRAT", "repository": {