Skip to content

Commit

Permalink
Release v0.2.8 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
supportkitdude committed Jun 25, 2015
1 parent e7f50fc commit 07f4357
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supportkit",
"version": "0.2.7",
"version": "0.2.8",
"authors": [
"Andrew Lavers <andrew@supportkit.io>",
"Marc-Antoine Lemieux <marc@supportkit.io>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "supportkit",
"analyze": false,
"version": "0.2.7",
"version": "0.2.8",
"keywords": [
"supportkit",
"javascript",
Expand Down
2 changes: 1 addition & 1 deletion src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require('../stylesheets/main.less');
* Contains all SupportKit API classes and functions.
*/
var SupportKit = Marionette.Object.extend({
VERSION: '0.2.7',
VERSION: '0.2.8',

defaultText: {
headerText: 'How can we help?',
Expand Down

0 comments on commit 07f4357

Please sign in to comment.