Skip to content

Commit 65cd605

Browse files
committed
(pub): release v0.2.1 -- bugfixes for loading new chapters
- fixes parsing of release dates when a relative date is used - fixes merge bugs causing new chapters to not show up - internal changes: - expose / unignore / version control some scraper code
1 parent 1e475f5 commit 65cd605

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)