Skip to content

Commit

Permalink
(pub): release v0.2.2 -- hotfix to merge fetched manga
Browse files Browse the repository at this point in the history
- fixes edge case when persisted favorited manga is overwritten by a
  fetch of the same manga in latest or search
  • Loading branch information
agilgur5 committed Nov 23, 2019
1 parent 2f15e1a commit 77d87f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"slug": "react-native-manga-reader-app",
"privacy": "public",
"sdkVersion": "33.0.0",
"version": "0.2.1",
"version": "0.2.2",
"platforms": [
"ios",
"android"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-manga-reader-app",
"description": "A React Native / Expo app for cross-platform manga reading",
"version": "0.2.1",
"version": "0.2.2",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 77d87f1

Please sign in to comment.