From 140547794698a01f42d28539ba6edfcae32f9de6 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Fri, 22 Nov 2019 22:05:04 -0500 Subject: [PATCH] (pub): release v0.3.0 -- indicate new unread chapters - 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 --- app.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 9063466..6f96c22 100644 --- a/app.json +++ b/app.json @@ -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" diff --git a/package-lock.json b/package-lock.json index eeecc9a..88074de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-manga-reader-app", - "version": "0.2.2", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab380e3..ae2259d 100644 --- a/package.json +++ b/package.json @@ -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",