diff --git a/README.md b/README.md index 7fcb160..65cd4b4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # magda-auth-google -![Version: 3.0.0-alpha.0](https://img.shields.io/badge/Version-3.0.0--alpha.0-informational?style=flat-square) +![Version: 3.0.0-alpha.1](https://img.shields.io/badge/Version-3.0.0--alpha.1-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 060429a..436a750 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: "3.0.0-alpha.0" +version: "3.0.0-alpha.1" 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 2ad0947..54c6e00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magda-auth-google", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "A Magda Authentication Plugin for Google", "repository": "https://github.com/magda-io/magda-auth-google.git", "author": "Jacky Jiang ",