From c723de3fb5efa42e426bba8b835f742e1fa97d15 Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Wed, 26 Jul 2017 13:14:41 +0300 Subject: [PATCH] Update version number in README.md (#39) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8f8fa5..9949501 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ Install ##### With [qpm](https://qpm.io) : 1. `qpm install fr.grecko.sortfilterproxymodel` 2. add `include(vendor/vendor.pri)` in your .pro if it is not already done -3. `import SortFilterProxyModel 0.1` to use this library in your QML files +3. `import SortFilterProxyModel 0.2` to use this library in your QML files ##### Without qpm : 1. clone or download this repository 2. add `include (/SortFilterProxyModel.pri)` in your `.pro` -3. `import SortFilterProxyModel 0.1` to use this library in your QML files +3. `import SortFilterProxyModel 0.2` to use this library in your QML files Sample Usage ------------