We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed8671 commit f472e74Copy full SHA for f472e74
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
3
+## 2.1.2
4
+
5
+* Fix `gh` installation
6
+* Make sure keyrings directory exists
7
8
## 2.1.1
9
10
* Fixed unsaved changes not updating on config folder updates
kgb.sh
@@ -4,7 +4,7 @@
#! Variables in CAPS are used across multiple files, for example config values
#! Lowercase variables are usually local to a function
-VERSION="2.1.1"
+VERSION="2.1.2"
### Get path where script is located and save it to a variable
#! Using this variable will ensure that full paths are used
#! when files are referenced
0 commit comments