Skip to content

Commit fe42380

Browse files
authored
Update plugin_settings.py
1 parent 65f0b27 commit fe42380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
DISPLAY_NAME = 'Custom Styling'
99
DESCRIPTION = 'Allows staff to add custom css to journals.'
1010
AUTHOR = 'Andy Byers'
11-
VERSION = '1.0'
11+
VERSION = '1.1.1'
1212
SHORT_NAME = 'customstyling'
1313
MANAGER_URL = 'customstyling_manager'
14-
JANEWAY_VERSION = "1.5.0"
14+
JANEWAY_VERSION = "1.7.0"
1515
BASE_CSS_PATH = os.path.join(
1616
settings.MEDIA_ROOT,
1717
'customstyling',

0 commit comments

Comments
 (0)