Skip to content

Commit 375db14

Browse files
committed
chore: update README
1 parent f268657 commit 375db14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# capacitor-logger  [![npm version](https://badge.fury.io/js/@aparajita%2Fcapacitor-logger.svg)](https://badge.fury.io/js/@aparajita%2Fcapacitor-logger)
44

5-
This [Capacitor 4](https://capacitorjs.com) plugin is an almost complete implementation of the [`Console`](https://developer.mozilla.org/en-US/docs/Web/API/Console) interface for web, iOS and Android.
5+
This [Capacitor 5](https://capacitorjs.com) plugin is an almost complete implementation of the [`Console`](https://developer.mozilla.org/en-US/docs/Web/API/Console) interface for web, iOS and Android.
66

77
A [demo](https://github.com/aparajita/capacitor-logger-demo) is available that illustrates the usage of the API.
88

@@ -131,7 +131,7 @@ Add this plugin as a peer dependency in your plugin’s `package.json`.
131131
```json
132132
{
133133
"peerDependencies": {
134-
"@aparajita/capacitor-logger": "^1.0.0"
134+
"@aparajita/capacitor-logger": "^4.0.0"
135135
}
136136
}
137137
```

0 commit comments

Comments
 (0)