Skip to content

Commit

Permalink
(pub): release v0.1.0 with favorites + localStorage
Browse files Browse the repository at this point in the history
- use auto-generated format of app.json
  - though not the missing newline at EOF as that'll conflict with
    editor settings
- add name, version, etc to lockfile while at it too
  • Loading branch information
agilgur5 committed May 19, 2019
1 parent a70da21 commit 39d5d2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
"slug": "react-native-manga-reader-app",
"privacy": "public",
"sdkVersion": "29.0.0",
"version": "0.0.2",
"platforms": ["ios", "android"],
"version": "0.1.0",
"platforms": [
"ios",
"android"
],
"orientation": "portrait",
"githubUrl": "https://github.com/agilgur5/react-native-manga-reader-app",
"icon": "./assets/icon.png",
Expand Down
5 changes: 3 additions & 2 deletions 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.0.2",
"version": "0.1.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 39d5d2a

Please sign in to comment.