mirror of
https://github.com/mue/mue.git
synced 2026-07-19 15:04:11 +02:00
chore: release 6.0.3
This commit is contained in:
@@ -68,8 +68,8 @@ export default class Create extends PureComponent {
|
||||
this.setState({
|
||||
addonData: settings,
|
||||
settingsClasses: {
|
||||
current: input ? 'toggle lightTheme' : 'toggle lightTheme',
|
||||
json: input ? 'toggle lightTheme' : 'toggle lightTheme'
|
||||
current: input ? 'toggle lightTheme active' : 'toggle lightTheme',
|
||||
json: input ? 'toggle lightTheme active' : 'toggle lightTheme'
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -29,4 +29,4 @@ export const DONATE_USERNAME = 'davidcralph'; // this only works if you use the
|
||||
|
||||
export const OFFLINE_IMAGES = 20;
|
||||
|
||||
export const VERSION = '6.0.2';
|
||||
export const VERSION = '6.0.3';
|
||||
|
||||
Reference in New Issue
Block a user