Skip to content

Commit d285da0

Browse files
committed
Preparing to release v1.0.2
1 parent a603703 commit d285da0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Clapping icon & default exhibit icon made by Freepik (https://www.flaticon.com/authors/freepik)
22
import React from "react";
33
import { View } from "react-native";
4-
import { SafeAreaProvider } from "react-native-safe-area-context";
54
import { Provider } from "react-redux";
65
import { applyMiddleware, combineReducers, createStore } from "redux";
76
import ReduxThunk from "redux-thunk";

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"expo": {
33
"name": "ExhibitU",
44
"slug": "ExhibitU",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"orientation": "portrait",
77
"icon": "./assets/ExhibitU_icon.png",
88
"splash": {
9-
"image": "./assets/ExhibitU_splash.png",
9+
"image": "./assets/ExhibitU_icon_transparent_white_spaced.png",
1010
"resizeMode": "contain",
1111
"backgroundColor": "#000000"
1212
},

0 commit comments

Comments
 (0)