Skip to content

Commit

Permalink
(pub): release v0.2.1 -- bugfixes for loading new chapters
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
agilgur5 committed Nov 22, 2019
1 parent f0b3219 commit 7d7aabb
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.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 7d7aabb

Please sign in to comment.