Skip to content

Commit 8ad0454

Browse files
committed
chore: bump version to 0.2.2
1 parent 0f37d8f commit 8ad0454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/scripts/App/services.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ module.exports = class AppVersion extends BaseService
88
@register appServices
99

1010
initialize: ->
11-
@version = '0.2.1'
11+
@version = '0.2.2'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Alexandr Kalinin<akalinin@umich.edu>, Selvam Palanimalai<selvam1991@gmail.com>, Ivo Dinov<sdinov@umich.edu>, SOCR student contributors<statistics@umich.edu>",
33
"name": "SOCRAT",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"description": "A Dynamic Web Toolbox for Interactive Data Processing, Analysis, and Visualization",
66
"homepage": "https://github.com/SOCR/SOCRAT",
77
"repository": {

0 commit comments

Comments
 (0)