From 09a93211c7acd76ec10b00d0a189857bf90ce021 Mon Sep 17 00:00:00 2001 From: Abyss Date: Sun, 6 Oct 2024 11:27:25 -0500 Subject: [PATCH] chore: Add deprecation notice --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",