]> git.r.bdr.sh - rbdr/homebrew-apps/blobdiff - Formula/page.rb
Update page to 1.3.1
[rbdr/homebrew-apps] / Formula / page.rb
index 7887576b1bfbb8ef55979c159d79e33c5601154e..3a57ab6072f53f331d82ec0de6687ea933155e94 100644 (file)
@@ -1,10 +1,10 @@
 class Page < Formula
   desc "A static website generator for exactly 1 use case."
   homepage "https://git.sr.ht/~rbdr/page"
-  url "https://git.sr.ht/~rbdr/page", tag: "1.3.0"
+  url "https://git.sr.ht/~rbdr/page", tag: "1.3.1"
   license "Apache-2.0"
   head "https://git.sr.ht/~rbdr/page", branch: "main"
-  version "1.3.0"
+  version "1.3.1"
 
   depends_on "rust" => :build