Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mzeis committed Apr 7, 2016
1 parent dce0bf6 commit 67fa7eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.0.2 (07.04.2016)
-----
* Fixed PHPMD warning

1.0.1 (05.02.2015)
-----
* Fixed unit test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function testModuleIsActive()
*/
public function testModuleVersion()
{
$this->assertModuleVersion('1.0.1');
$this->assertModuleVersion('1.0.2');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/LimeSoda/LiveGuard/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<modules>
<LimeSoda_LiveGuard>
<version>1.0.1</version>
<version>1.0.2</version>
</LimeSoda_LiveGuard>
</modules>

Expand Down

0 comments on commit 67fa7eb

Please sign in to comment.