diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-18 11:15:38 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-18 11:15:38 +0530 |
commit | 35a6e3b8ff0e4c4d8ab1936e442509294b606d41 (patch) | |
tree | a4dc5a70fd1cee029367612647fbc9fc6e28334c /.idea | |
parent | 6a4c0a223fc1ca3a65840513a75f53fa766f2c98 (diff) |
fix: add an explicit delete button to PGP key list items
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/kotlinc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index e1eea1d6..0e65ceac 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="KotlinJpsPluginSettings"> - <option name="version" value="1.7.20" /> + <option name="version" value="1.7.21" /> </component> </project>
\ No newline at end of file |