Skip to content

Commit b9bce8c

Browse files
authored
Version improvement
1 parent d5abe24 commit b9bce8c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/powersync/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ The easiest way to test out the alpha is to run the [Supabase Todo-List](./demos
2222
Install the latest alpha version of the package, for example:
2323

2424
```
25-
flutter pub add powersync:1.3.0-alpha.1
25+
flutter pub add powersync:'^1.3.0-alpha.1'
2626
```
27+
2728
The latest prerelease version can be found [here](https://pub.dev/packages/powersync/versions).
2829

2930
### Additional config
@@ -97,7 +98,9 @@ You'll need to create a PowerSync account and set up a PowerSync instance. You c
9798
### Install the package
9899
To test web support, install the latest alpha version of the SDK, for example:
99100

100-
```flutter pub add powersync:1.3.0-alpha.1```
101+
```
102+
flutter pub add powersync:'^1.3.0-alpha.1'
103+
```
101104

102105
The latest prerelease version can be found [here](https://pub.dev/packages/powersync/versions).
103106

0 commit comments

Comments
 (0)