Skip to content

Commit

Permalink
Update breaking changes message
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmolyuk committed Apr 12, 2024
1 parent c9a8cd8 commit 27c56e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ setInterval(() => {
}, 100)
```

## Upgrade from a version earlier than `1.0.142`
## Upgrade from a version earlier than `1.1.144`

Breaking changes have been made when upgrading from a version earlier than `1.0.142`. All asynchronous operations have been shifted from the constructor to a new method named `start()`, which needs to be called separately like in the example above.
Breaking changes have been made when upgrading from a version earlier than `1.1.144`. All asynchronous operations have been shifted from the constructor to a new method named `start()`, which needs to be called separately like in the example above.

## API

Expand Down

0 comments on commit 27c56e8

Please sign in to comment.