Release prep for 1.2.0
2 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M setup.py
M README.md +1 -1
@@ 13,7 13,7 @@ It currently implements:
 # Installation
 
 ``` bash
-httpie plugins install https://hg.sr.ht/~zash/httpie-oauth2/archive/1.1.0.tar.gz
+httpie plugins install https://hg.sr.ht/~zash/httpie-oauth2/archive/1.2.0.tar.gz
 ```
 
 # Usage

          
M setup.py +1 -1
@@ 10,7 10,7 @@ setup(
     name="httpie-oauth2",
     description="OAuth 2.0 plugin for HTTPie.",
     long_description="",
-    version="1.1.0",
+    version="1.2.0",
     author="Kim Alvefur",
     author_email="zash@zash.se",
     license="MIT",