From ebea7f8c78a8b35edc485a44a85fb5b629cf0310 Mon Sep 17 00:00:00 2001 From: Udayvir Singh <97400310+udayvir-singh@users.noreply.github.com> Date: Sat, 14 Jan 2023 19:30:50 +0530 Subject: [PATCH] [docs]: update version to v2.3 --- README.md | 2 +- doc/tangerine.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d381469..44de364 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ end bootstrap("https://github.com/udayvir-singh/tangerine.nvim") -- for stable version -bootstrap("https://github.com/udayvir-singh/tangerine.nvim", "v2.2") +bootstrap("https://github.com/udayvir-singh/tangerine.nvim", "v2.3") ``` 2. Call tangerine `setup()` function: diff --git a/doc/tangerine.txt b/doc/tangerine.txt index 99b1808..b514333 100644 --- a/doc/tangerine.txt +++ b/doc/tangerine.txt @@ -98,7 +98,7 @@ manager, you should create `/init.lua` instead. bootstrap("https://github.com/udayvir-singh/tangerine.nvim") -- for stable version - bootstrap("https://github.com/udayvir-singh/tangerine.nvim", "v2.2") + bootstrap("https://github.com/udayvir-singh/tangerine.nvim", "v2.3") <