Skip to content

Commit

Permalink
example: update libsql version
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Jastrzebski <[email protected]>
  • Loading branch information
haaawk committed Aug 16, 2024
1 parent cb773fa commit 430fb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/tests/dbsetup.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {Platform} from 'react-native';
let expect = chai.expect;

const expectedVersion = isLibsql()
? '3.44.0'
? '3.45.1'
: isSQLCipher()
? '3.44.2'
: '3.45.1';
Expand Down

0 comments on commit 430fb4c

Please sign in to comment.