Skip to content

Commit 07f4357

Browse files
Release v0.2.8 [ci skip]
1 parent e7f50fc commit 07f4357

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supportkit",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"authors": [
55
"Andrew Lavers <[email protected]>",
66
"Marc-Antoine Lemieux <[email protected]>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "supportkit",
33
"analyze": false,
4-
"version": "0.2.7",
4+
"version": "0.2.8",
55
"keywords": [
66
"supportkit",
77
"javascript",

src/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require('../stylesheets/main.less');
2727
* Contains all SupportKit API classes and functions.
2828
*/
2929
var SupportKit = Marionette.Object.extend({
30-
VERSION: '0.2.7',
30+
VERSION: '0.2.8',
3131

3232
defaultText: {
3333
headerText: 'How can we help?',

0 commit comments

Comments
 (0)