From 9e527ed00d67449115b7c417dd7ba01b943a478d Mon Sep 17 00:00:00 2001 From: Jacky Jiang Date: Wed, 13 Oct 2021 16:56:41 +1100 Subject: [PATCH] v1.1.0 --- README.md | 2 +- deploy/magda-auth-okta/Chart.yaml | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index afe3d5f..f605be7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # magda-auth-okta -![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) +![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) A Magda Authentication Plugin for Okta. diff --git a/deploy/magda-auth-okta/Chart.yaml b/deploy/magda-auth-okta/Chart.yaml index e759407..475c7bf 100644 --- a/deploy/magda-auth-okta/Chart.yaml +++ b/deploy/magda-auth-okta/Chart.yaml @@ -1,10 +1,10 @@ apiVersion: v2 name: magda-auth-okta description: A Magda Authentication Plugin for Okta. -version: "1.0.6" +version: "1.1.0" kubeVersion: ">= 1.14.0-0" home: "https://github.com/magda-io/magda-auth-okta" -sources: ["https://github.com/magda-io/magda-auth-okta"] +sources: [ "https://github.com/magda-io/magda-auth-okta" ] dependencies: - name: magda-common version: "1.0.0-alpha.4" diff --git a/package.json b/package.json index 8427eeb..c070db1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magda-auth-okta", - "version": "1.0.6", + "version": "1.1.0", "description": "A Magda Authentication Plugin for Okta", "repository": "https://github.com/magda-io/magda-auth-okta.git", "author": "",