From aa350076a83ed7f6f4b7e1f86da51925fe71189d Mon Sep 17 00:00:00 2001 From: Navdeep Singh Date: Wed, 18 Jul 2018 13:05:51 -0700 Subject: [PATCH] Fix #197 Increment version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 997904ea5..acfffb8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## SikhiToTheMax Desktop App +### 4.0.6 - _180718_ +#### Improved + * **Search speed** - _First Letter Start (Gurmukhi)_ search has gotten a huge performance boost, nearing instant from the time you type a letter to when results are shown + ### 4.0.5 - _180704_ #### Added * **Chromecast** - Cast to any Chromecast video receiver device diff --git a/package.json b/package.json index 92cdbe29a..14e4d7b1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "productName": "SikhiToTheMax", "name": "sttm-desktop", - "version": "4.0.5", + "version": "4.0.6", "description": "The SikhiToTheMax 4 desktop app", "main": "app.js", "scripts": {