Skip to content

Commit d7d9c9f

Browse files
committed
Change version for release v1.1.1
1 parent 2bcaacd commit d7d9c9f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ Update safe-backup by `npm update` is only available for those who install with
280280
```
281281

282282
## Changelog
283+
- v1.4.3
284+
- v1.1.1 release
283285
- v1.4.2
284286
- Add `test` mode to run `n` times of backup in a row
285287
- Warm up each worker when they were forked, improve first time performance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safe-backup",
3-
"version": "1.4.6",
3+
"version": "1.4.7",
44
"description": "A real-time backup CLI tool written in Typescript. Safe Backup helps you sync file/folder into a single password encrypted storage. Using technology of RSA & AES.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)