diff --git a/README.md b/README.md index 1f5311b..3267f0e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Multiplatform SQLite storage for React Native Async Storage ## Usage ```groovy -implementation("io.github.react-native-async-storage:sqlite-storage:VERSION") +implementation("io.github.react-native-async-storage:async-storage-sqlite:VERSION") ``` ## Testing @@ -24,5 +24,7 @@ Re-running tests when tasks are up-to-date: ## Release -- Update version in `package.json` file, via `yarn version --patch|minor|major --no-git-tag-version` -- commit and push version bump to repo +1. Update version in `package_info.json` +2. Build binaries `bundleSQLiteStorage` +3. Commit and tag +4. Push to repo diff --git a/package_info.json b/package_info.json index 0e15515..be998fe 100644 --- a/package_info.json +++ b/package_info.json @@ -1,13 +1,13 @@ { - "name": "SQLite Storage", + "name": "Async Storage SQLite", "version": "0.0.1", "description": "Multiplatform sqlite storage for React Native Async Storage", "author": "Krzysztof Borowy", - "homepage": "https://github.com/react-native-async-storage/sqlite-storage", - "repository": "https://github.com/react-native-async-storage/sqlite-storage.git", + "homepage": "https://github.com/react-native-async-storage/sqlite-storage-kmp", + "repository": "https://github.com/react-native-async-storage/sqlite-storage-kmp.git", "license": { "type": "MIT", - "url": "https://github.com/react-native-async-storage/sqlite-storage/blob/main/LICENSE.md", + "url": "https://github.com/react-native-async-storage/sqlite-storage-kmp/blob/main/LICENSE.md", "date": "2023" }, "darwin": { @@ -16,6 +16,6 @@ }, "android": { "group": "io.github.react-native-async-storage", - "artifact_id": "sqlite-storage" + "artifact_id": "async-storage-sqlite" } }