diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 1. Install `protoc` (e.g., `brew install protoc`)
 2. Install the required protoc plugins:
    - `cabal install proto-lens-protoc`
-   - `go get github.com/tclem/proto-lens-jsonpb/protoc-gen-jsonpb_haskell`
+   - `go install github.com/tclem/proto-lens-jsonpb/protoc-gen-jsonpb_haskell`
 
 ## Usage
 
diff --git a/proto-lens-jsonpb.cabal b/proto-lens-jsonpb.cabal
--- a/proto-lens-jsonpb.cabal
+++ b/proto-lens-jsonpb.cabal
@@ -1,7 +1,7 @@
 cabal-version:  2.4
 
 name:           proto-lens-jsonpb
-version:        0.2.1
+version:        0.2.2
 synopsis:       JSON protobuf encoding for proto-lens
 description:    Please see the README on GitHub at <https://github.com/tclem/proto-lens-jsonpb#readme>
 homepage:       https://github.com/tclem/proto-lens-jsonpb#readme
@@ -16,8 +16,8 @@
 extra-source-files: README.md
 
 tested-with:    GHC == 8.10.1
-              , GHC == 9.0.1
-              , GHC == 9.2.1
+              , GHC == 9.2.4
+              , GHC == 9.4.2
 
 -- GHC extensions shared between targets
 common haskell
@@ -43,7 +43,7 @@
     , aeson >= 1.4.2.0 && < 3
     , bytestring >= 0.10.8.2 && < 0.13
     , proto-lens-runtime >= 0.5 && <0.8
-    , text ^>= 1.2.3.2
+    , text >= 1.2 && < 3
     , vector >= 0.12.0.3
     , attoparsec >= 0.13.2.3
     , base64-bytestring >= 1
