From 05292ad6fbb7b37b31242f1c5abc10ac06392fb0 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Sun, 13 May 2018 17:30:21 +0200 Subject: [PATCH] added current version link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f595c8e..f591879 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,6 @@ To bring your script into the **script repository** you just have to do the foll - **add your script** to the folder and remove the `example-script.qml` - **edit** the **`info.json`** to add your meta data and describe what your script is doing - you can use [example script info.json](https://jsoneditoronline.org/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fqownnotes%2Fscripts%2Fmaster%2Fexample-script%2Finfo.json) to help you with the json encoding - - if you are not sure which `minAppVersion` the commands you are using needs take the current version of *QOwnNotes* + - if you are not sure which `minAppVersion` the commands you are using needs take the [current version](https://github.com/pbek/QOwnNotes/blob/master/src/version.h) of *QOwnNotes* - **commit and push** your changes to your repository - create a **[pull request](https://help.github.com/articles/creating-a-pull-request/)** to get your script merged into the QOwnNotes script repository