Browse Source

Version Bump (#1200)

* Bumping version for September's release

* Manually updating the version in the package-lock.json
pull/1201/head
Joseph Flinn 4 years ago committed by GitHub
parent
commit
7d01ad4e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      package-lock.json
  2. 2
      package.json

4
package-lock.json generated

@ -1,12 +1,12 @@
{ {
"name": "bitwarden-web", "name": "bitwarden-web",
"version": "2.22.3", "version": "2.23.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "bitwarden-web", "name": "bitwarden-web",
"version": "2.22.3", "version": "2.23.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "bitwarden-web", "name": "bitwarden-web",
"version": "2.22.3", "version": "2.23.0",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": "https://github.com/bitwarden/web", "repository": "https://github.com/bitwarden/web",
"scripts": { "scripts": {

Loading…
Cancel
Save