Skip to content

Commit e662555

Browse files
committed
Update readme
1 parent bf81ff2 commit e662555

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add this to your `pubspec.yaml`:
2323

2424
```yaml
2525
dependencies:
26-
adblocker_webview: ^1.0.0
26+
adblocker_webview: ^2.1.0
2727
```
2828
2929
### Basic Usage
@@ -130,7 +130,7 @@ AdBlockerWebview(
130130

131131
## Migration Guide
132132

133-
### Migrating from 1.2.0 to 2.0.0-beta
133+
### Migrating from 1.2.0 to 2.0.0
134134

135135
#### Breaking Changes
136136

@@ -206,7 +206,7 @@ AdBlockerWebview(
206206
1. Update the package version in `pubspec.yaml`:
207207
```yaml
208208
dependencies:
209-
adblocker_webview: ^2.0.0-beta
209+
adblocker_webview: ^2.0.0
210210
```
211211
212212
2. Replace controller initialization with singleton pattern

0 commit comments

Comments
 (0)