Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwredfish committed Feb 28, 2014
1 parent 198ece6 commit 1472cba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/scripts/collections/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define([
*/
firstStart: function () {
// Basic
this.create(new Config({ name: 'appVersion', value: '0.1.2' }));
this.create(new Config({ name: 'appVersion', value: '0.2.0' }));
this.create(new Config({ name: 'cloudStorage', value: 0 }));
this.create(new Config({ name: 'pagination', value: '10' }));
this.create(new Config({ name: 'editMode', value: 'preview' }));
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ define([ ], function () {
'use strict';

var constants = {};
constants.VERSION = '0.1.2';
constants.VERSION = '0.2.0';

constants.URL = 'https://laverna.cc/';
constants.DROPBOX_KEY = '10iirspliqts95d';
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laverna",
"version": "0.1.2",
"version": "0.2.0",
"dependencies": {
"requirejs": "~2.1.11",
"requirejs-text": "~2.0.10",
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": "laverna",
"version": "0.1.2",
"version": "0.2.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
Expand Down

0 comments on commit 1472cba

Please sign in to comment.