1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-08 12:35:09 +02:00

version bump

This commit is contained in:
Kyle Spearrin 2018-03-17 12:02:00 -04:00
parent 8bc9dafff2
commit ca7e12370f
3 changed files with 9318 additions and 2 deletions

1
.gitignore vendored
View File

@ -199,5 +199,4 @@ FakesAssemblies/
*.opt
# Other
package-lock.json
src/js/*.min.js

9317
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "bitwarden",
"version": "1.23.0",
"version": "1.24.0",
"env": "Production",
"devDependencies": {
"connect": "3.6.5",