Skip to content

Commit 094b887

Browse files
committed
(pub): release v0.2.1 -- bugfixes for loading new chapters
- when parsing release dates, ensure relative dates can be parsed - ensure 'Invalid Date' doesn't show up - fix ordering and MST errors causing new chapters to not show up - ensure chapters are merged into the persisted in the right order - ensure merging of old & new chapter data (& metadata, particularly read / unread statuses) doesn't cause MST errors - internal changes: - expose / unignore some scraper code in the repo
1 parent aeb56db commit 094b887

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"slug": "react-native-manga-reader-app",
66
"privacy": "public",
77
"sdkVersion": "33.0.0",
8-
"version": "0.2.0",
8+
"version": "0.2.1",
99
"platforms": [
1010
"ios",
1111
"android"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-manga-reader-app",
33
"description": "A React Native / Expo app for cross-platform manga reading",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"main": "node_modules/expo/AppEntry.js",
66
"scripts": {
77
"start": "expo start",

0 commit comments

Comments
 (0)