diff --git a/README.md b/README.md index f47d66f..f30d8a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # magda-auth-google -![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) +![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) A Magda Authentication Plugin for Google diff --git a/deploy/magda-auth-google/Chart.yaml b/deploy/magda-auth-google/Chart.yaml index 514683b..cb35153 100644 --- a/deploy/magda-auth-google/Chart.yaml +++ b/deploy/magda-auth-google/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: magda-auth-google description: A Magda Authentication Plugin for Google -version: "2.0.1" +version: "3.0.0" kubeVersion: ">= 1.14.0-0" home: "https://github.com/magda-io/magda-auth-google" sources: [ "https://github.com/magda-io/magda-auth-google" ] diff --git a/package.json b/package.json index 6b869f3..f8af9ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magda-auth-google", - "version": "2.0.1", + "version": "3.0.0", "description": "A Magda Authentication Plugin for Google", "repository": "https://github.com/magda-io/magda-auth-google.git", "author": "Jacky Jiang ", @@ -28,10 +28,10 @@ "@magda/ci-utils": "^1.0.5", "@magda/docker-utils": "^5.0.0-alpha.1", "@types/express": "^4.17.21", - "@types/serve-static": "^1.15.7", "@types/lodash": "^4.14.162", "@types/mocha": "^9.1.1", "@types/passport": "1.0.17", + "@types/serve-static": "^1.15.7", "@types/urijs": "^1.19.12", "@types/yargs": "^15.0.9", "mocha": "^10.2.0",