Skip to content

Commit 4602ce1

Browse files
committed
New release
1 parent d9c9879 commit 4602ce1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

browsernotification.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ This plugin allow your browser to show notifications for GLPI
7070
<compatibility>0.90</compatibility>
7171
<compatibility>9.1</compatibility>
7272
</version>
73+
<version>
74+
<num>1.1.1</num>
75+
<compatibility>0.85</compatibility>
76+
<compatibility>0.90</compatibility>
77+
<compatibility>9.1</compatibility>
78+
</version>
7379
</versions>
7480
<langs>
7581
<lang>en_US</lang>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define('PLUGIN_BROWSERNOTIFICATION_VERSION', '1.1.0');
3+
define('PLUGIN_BROWSERNOTIFICATION_VERSION', '1.1.1');
44

55
// Init the hooks of the plugins -Needed
66
function plugin_init_browsernotification() {

0 commit comments

Comments
 (0)