1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-28 13:15:12 +01:00

version bump for 1.0.0 release

This commit is contained in:
Kyle Spearrin 2016-10-06 22:03:35 -04:00
parent 1dabed975e
commit 87541bdb3d
3 changed files with 2 additions and 7 deletions

View File

@ -1,10 +1,9 @@
{ {
"userSecretsId": "aspnet5-bitwarden-Api", "userSecretsId": "aspnet5-bitwarden-Api",
"version": "0.0.1-*", "version": "1.0.0",
"dependencies": { "dependencies": {
"Core": { "Core": {
"version": "0.0.1",
"target": "project" "target": "project"
}, },
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",

View File

@ -1,8 +1,4 @@
{ {
"version": "0.0.1-*",
"description": "bitwarden Core Library",
"authors": [ "Kyle Spearrin" ],
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Identity": "1.0.0", "Microsoft.AspNetCore.Identity": "1.0.0",
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0", "Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "bitwarden", "name": "bitwarden",
"version": "0.0.1", "version": "0.0.0",
"devDependencies": { "devDependencies": {
"gulp": "3.9.1", "gulp": "3.9.1",
"rimraf": "2.5.4", "rimraf": "2.5.4",