Skip to content

Commit a753607

Browse files
committed
Update readme
1 parent f5576a3 commit a753607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-state/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct Cipher {
1414

1515
// Register `Cipher` for use with a `Repository`.
1616
// This should be done in the crate where `Cipher` is defined.
17-
bitwarden_state::register_repository_item!(Cipher, "Cipher");
17+
bitwarden_state::register_repository_item!(Cipher, "Cipher", version: 1);
1818
```
1919

2020
With the registration complete, the next important decision is to select where will the data be

0 commit comments

Comments
 (0)