diff --git a/README.md b/README.md index 425a8a1..0b9c89f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # AWSP Plus - Upgraded AWS Profile Switcher +## :warning: Archived + +This application is archived and no longer maintained. A drop in replacement is available at [abyss/go-awsp](https://github.com/abyss/go-awsp). Please visit the new repository for any updates and improvements as well as better cross-system compatibility. + +## Introduction Easily switch between AWS Profiles. Expanded fork of [awsp by johnnyopao](https://github.com/johnnyopao/awsp) with additional features and ongoing maintenance.* diff --git a/package.json b/package.json index 1e736f5..6501b04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "awsp-plus", "description": "Easily switch between and manage AWS CLI profiles", - "version": "1.2.0", + "version": "1.2.1", "author": "Abyss (https://abyss.dev)", "license": "ISC", "homepage": "https://github.com/abyss/awsp-plus",