Skip to content

Commit f2c1c04

Browse files
committed
[TASK] Version bump
1 parent 3c2b31c commit f2c1c04

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module:
2-
version: 1.2.0
2+
version: 1.2.1
33
code_pool: community

src/app/code/community/FireGento/AdminMonitoring/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<config>
2222
<modules>
2323
<FireGento_AdminMonitoring>
24-
<version>1.2.0</version>
24+
<version>1.2.1</version>
2525
</FireGento_AdminMonitoring>
2626
</modules>
2727
<global>
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?php
2+
/**
3+
* This file is part of a FireGento e.V. module.
4+
*
5+
* This FireGento e.V. module is free software; you can redistribute it and/or
6+
* modify it under the terms of the GNU General Public License version 3 as
7+
* published by the Free Software Foundation.
8+
*
9+
* This script is distributed in the hope that it will be useful, but WITHOUT
10+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11+
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12+
*
13+
* PHP version 5
14+
*
15+
* @category FireGento
16+
* @package FireGento_AdminMonitoring
17+
* @author FireGento Team <team@firegento.com>
18+
* @copyright 2014 FireGento Team (http://www.firegento.com)
19+
* @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20+
*/
21+
/**
22+
* Setup script
23+
*
24+
* @category FireGento
25+
* @package FireGento_AdminMonitoring
26+
* @author FireGento Team <team@firegento.com>
27+
*/
28+
29+
/* @var $installer Mage_Core_Model_Resource_Setup */
30+
$installer = $this;
31+
$installer->startSetup();
32+
33+
34+
$installer->endSetup();

0 commit comments

Comments
 (0)