1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

Version bump and CNAME dist fix

This commit is contained in:
Kyle Spearrin 2016-12-03 00:56:41 -05:00
parent b5d265526a
commit 264759cfa0
3 changed files with 3 additions and 3 deletions

View File

@ -214,7 +214,7 @@ gulp.task('dist:clean', function (cb) {
gulp.task('dist:move', function () { gulp.task('dist:move', function () {
var moves = [ var moves = [
{ {
src: '../../CNAME', src: './CNAME',
dest: paths.dist dest: paths.dist
}, },
{ {

View File

@ -1,6 +1,6 @@
{ {
"name": "bitwarden", "name": "bitwarden",
"version": "1.4.0", "version": "1.5.0",
"production": false, "production": false,
"devDependencies": { "devDependencies": {
"connect": "3.4.1", "connect": "3.4.1",

View File

@ -1,2 +1,2 @@
angular.module("bit") angular.module("bit")
.constant("appSettings", {"rememberedEmailCookieName":"bit.rememberedEmail","apiUri":"http://localhost:4000","version":"1.4.0","environment":"Development"}); .constant("appSettings", {"rememberedEmailCookieName":"bit.rememberedEmail","apiUri":"http://localhost:4000","version":"1.5.0","environment":"Development"});