diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-05 00:30:53 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-05 00:30:53 +0530 |
commit | def9786736cd1ae7ac887c696a0cb2aaf36aa79a (patch) | |
tree | 100c0328397dce3c171b6527595cd8ea2a34175b /.idea | |
parent | e11226949eed6a5220f369044b88dd9c9a446ac2 (diff) |
feat: switch default password generator to Diceware
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 69e86158..217e5c51 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.8.20" /> + <option name="version" value="1.8.21" /> </component> </project>
\ No newline at end of file |