Browse Source

Removed lastUsedVersion hack

master
Thibaut Boustany 7 years ago
parent
commit
71826b6931
No known key found for this signature in database GPG Key ID: 32475B11A2B13EEC
  1. 2
      src/reducers/settings.js

2
src/reducers/settings.js

@ -74,7 +74,7 @@ const INITIAL_STATE: SettingsState = {
loaded: false,
shareAnalytics: false,
sentryLogs: false,
lastUsedVersion: '0.1.0-alpha.7', // Temp hack to show release notes on update to alpha 8, should ne replaced by __APP_VERSION__
lastUsedVersion: __APP_VERSION__,
}
function asCryptoCurrency(c: Currency): ?CryptoCurrency {

Loading…
Cancel
Save