From 939a1ded817ec0c4c1bcff523e721c60fe38ca18 Mon Sep 17 00:00:00 2001
From: David Grove <groved@us.ibm.com>
Date: Thu, 20 Mar 2025 14:52:42 -0400
Subject: [PATCH] Prepare for 1.1.1 release

---
 README.md        | 2 +-
 site/_config.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 366ec61..2b0b37a 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ To install the latest release of AppWrapper in a Kubernetes cluster with Kueue a
 and configured, simply run the command:
 
 ```sh
-kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v1.1.0/install.yaml
+kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v1.1.1/install.yaml
 ```
 
 The controller runs in the `appwrapper-system` namespace.
diff --git a/site/_config.yml b/site/_config.yml
index 80ebf64..d10ae15 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -25,7 +25,7 @@ repository: project-codeflare/appwrapper
 
 # Variables for use in pages
 gh_main_url: https://github.com/project-codeflare/appwrapper/blob/main
-appwrapper_version: v1.1.0
+appwrapper_version: v1.1.1
 
 # Outputting
 permalink: /:categories/:title/