Skip to content

Commit

Permalink
sprinkle of rename
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzu committed Feb 3, 2024
1 parent 42bdebf commit fe9b07c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
10 changes: 5 additions & 5 deletions package_info.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -16,6 +16,6 @@
},
"android": {
"group": "io.github.react-native-async-storage",
"artifact_id": "sqlite-storage"
"artifact_id": "async-storage-sqlite"
}
}

0 comments on commit fe9b07c

Please sign in to comment.