Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
version bump and removed unnecessary version from npm package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Spearrin committed Oct 11, 2016
1 parent d49d227 commit 1d5f894
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitwarden",
"version": "1.0.0",
"version": "0.0.0",
"devDependencies": {
"connect": "3.4.1",
"lodash": "4.13.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Web/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"environment": "Development",

"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/Web/wwwroot/app/settings.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
angular.module("bit")
.constant("appSettings", {"rememberedEmailCookieName":"bit.rememberedEmail","version":"1.0.0","environment":"Development","apiUri":"http://localhost:4000"});
.constant("appSettings", {"rememberedEmailCookieName":"bit.rememberedEmail","version":"1.0.1","environment":"Development","apiUri":"http://localhost:4000"});

0 comments on commit 1d5f894

Please sign in to comment.