We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9f143 commit 8ec00f2Copy full SHA for 8ec00f2
README.md
@@ -34,7 +34,7 @@ The basis of all operations is the command line tool `vendor/bin/php-vault`. He
34
```bash
35
$ vendor/bin/php-vault --help
36
PHPVault command line interpreter.
37
-PHPVault, version v1.0.3
+PHPVault, version v1.0.5
38
39
Commands:
40
decrypt-file df Decrypts a given file. Requires a private key.
@@ -50,7 +50,7 @@ Run `<command> --help` for specific help
50
51
52
$ vendor/bin/php-vault --version
53
-v1.0.3
+v1.0.5
54
```
55
56
## On development system
0 commit comments