Skip to content

Commit

Permalink
Bump orgmode installation recommendation to use tag 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed May 14, 2024
1 parent ae59d6b commit a9ddd26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DOCS.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

** Installation

This plugin depends on [[https://github.com/nvim-orgmode/orgmode][nvim-orgmode/orgmode]] @ [[https://github.com/nvim-orgmode/orgmode/commit/cda615fa7c8607bfb7aaf7d2c9424dd5969f2625][commit cda615f]].
This plugin depends on [[https://github.com/nvim-orgmode/orgmode][nvim-orgmode/orgmode]] [[https://github.com/nvim-orgmode/orgmode/releases/tag/0.3.4][0.3.4]] or newer.

It is recommended to install and maintain the latest version of orgmode,
or lock into the commit that this plugin needs, which is illustrated below.
Expand All @@ -19,7 +19,7 @@
dependencies = {
{
"nvim-orgmode/orgmode",
commit = "cda615fa7c8607bfb7aaf7d2c9424dd5969f2625",
tag = "0.3.4",
},
},
config = function()
Expand All @@ -38,7 +38,7 @@
requires = {
{
"nvim-orgmode/orgmode",
commit = "cda615fa7c8607bfb7aaf7d2c9424dd5969f2625",
tag = "0.3.4",
},
},
config = function()
Expand Down
6 changes: 3 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

** Installation

This plugin depends on [[https://github.com/nvim-orgmode/orgmode][nvim-orgmode/orgmode]] @ [[https://github.com/nvim-orgmode/orgmode/commit/cda615fa7c8607bfb7aaf7d2c9424dd5969f2625][commit cda615f]] or newer.
This plugin depends on [[https://github.com/nvim-orgmode/orgmode][nvim-orgmode/orgmode]] [[https://github.com/nvim-orgmode/orgmode/releases/tag/0.3.4][0.3.4]] or newer.

It is recommended to install and maintain the latest version of orgmode,
or lock into the commit that this plugin needs, which is illustrated below.
Expand All @@ -25,7 +25,7 @@
dependencies = {
{
"nvim-orgmode/orgmode",
commit = "cda615fa7c8607bfb7aaf7d2c9424dd5969f2625",
tag = "0.3.4",
},
},
config = function()
Expand All @@ -49,7 +49,7 @@
requires = {
{
"nvim-orgmode/orgmode",
commit = "cda615fa7c8607bfb7aaf7d2c9424dd5969f2625",
tag = "0.3.4",
},
},
config = function()
Expand Down

0 comments on commit a9ddd26

Please sign in to comment.