Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Commit

Permalink
Bumping to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djw8605 committed Feb 22, 2017
1 parent 5fe314b commit a9f25ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HCCGo/app/js/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
var clientID = null;
var userID = null;
var appName = 'HCCGo';
var appVersion = '0.3.0';
var appVersion = '0.3.1';
var debug = false;
var performanceTracking = true;
var errorTracking = true;
Expand Down
2 changes: 1 addition & 1 deletion HCCGo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HCCGo",
"version": "0.3.0",
"version": "0.3.1",
"main": "./main.js",
"description": "Interface for HCC Resouces",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HCCGo-Dev",
"version": "0.3.0",
"version": "0.3.1",
"dependencies": {
"grunt": ">= 1.0.1",
"grunt-auto-install": ">= 0.3.1",
Expand Down

0 comments on commit a9f25ee

Please sign in to comment.