Skip to content

Commit

Permalink
(pub): release v0.3.0 -- indicate new unread chapters
Browse files Browse the repository at this point in the history
- adds text displaying # of new unread chapters per manga at-a-glance
  in main manga list view
- adds logic to fetch chapters for all favorited manga on app load,
  ensuring up-to-date # of new unread chapters for each
- both additions help give users visibility into if there are any
  new chapters to read without having to tap into the manga
  • Loading branch information
agilgur5 committed Nov 23, 2019
1 parent 8f10c1c commit 1405477
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.2",
"version": "0.3.0",
"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.2",
"version": "0.3.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 1405477

Please sign in to comment.