File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ command:
1818 # Automatically update libraryVersion:
1919 preCommit : |
2020 dart run tool/update_version.dart
21- git add packages/powersync /lib/src/version.dart
21+ git add packages/powersync_core /lib/src/version.dart
2222 publish :
2323 hooks :
2424 pre : dart ./scripts/download_core_binary_demos.dart # Download latest core binaries when publishing
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ void main() {
77 final yaml = loadYaml (pubspecContent);
88 final version = yaml['version' ];
99
10- final versionFile = File ('packages/powersync /lib/src/version.dart' );
10+ final versionFile = File ('packages/powersync_core /lib/src/version.dart' );
1111 versionFile.writeAsStringSync ("const String libraryVersion = '$version ';\n " );
1212}
You can’t perform that action at this time.
0 commit comments