diff --git a/README.md b/README.md
index 0c71e33..a03b0eb 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Templates provide
 [![Latest Release](https://img.shields.io/github/v/release/practicalli/project-templates?display_name=tag)](https://github.com/practicalli/project-templates/releases)
 
 ```clojure
-io.github.practicalli/project-templates {:git/tag "2024-07-07" :git/sha "0d842f4"}
+io.github.practicalli/project-templates {:git/tag "2024-09-09" :git/sha "0d11ca4"}
 ```
 
 ### Add alias
@@ -36,9 +36,9 @@ The `project/create` alias definition combines [seancorfield/deps-new](https://g
 ```clojure
   :project/create
   {:replace-deps {io.github.seancorfield/deps-new
-                  {:git/tag "v0.7.1" :git/sha "c1e42aa"}
+                  {:git/tag "v0.8.0" :git/sha "2f96530"}
                   io.github.practicalli/project-templates
-                  {:git/tag "2024-07-07" :git/sha "0d842f4"}}
+                  {:git/tag "2024-09-09" :git/sha "0d11ca4"}}
    :exec-fn      org.corfield.new/create
    :exec-args    {:template practicalli/application
                   :name practicalli/playground}}