aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2021-12-30 00:03:04 +0100
committerAlystrasz <contact@remyraes.com>2021-12-30 00:03:04 +0100
commite2d7efc2f00eae07dd5228f9c963533358edd56d (patch)
tree1153f1bea515693854d750ab888c70a84422f35c /src
parentb430d92573619ffce82362cc2a682addc6c958ab (diff)
downloadViper-e2d7efc2f00eae07dd5228f9c963533358edd56d.tar.gz
Viper-e2d7efc2f00eae07dd5228f9c963533358edd56d.zip
[feat] exporting utils.getInstalledVersion method
Diffstat (limited to 'src')
-rw-r--r--src/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.js b/src/utils.js
index 7e9dbac..b5767da 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -146,4 +146,5 @@ module.exports = {
settings.lang = lang;
saveSettings();
},
+ getInstalledVersion
}