Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Bug 948121 - Release Mozmill 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Dec 11, 2013
1 parent aeef909 commit 241665a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions mozmill/History.md
@@ -1,3 +1,9 @@
2.0.2 / 2013-12-11
==================

* Bug 948120 - Bump mozbase dependencies to fix rmtree/remove issues in Mozmill and fixup import lines
* Bug 946672 - Get the App Name based on the App ID first, use Services.appinfo.name as fallback

2.0.1 / 2013-11-19
==================

Expand Down
2 changes: 1 addition & 1 deletion mozmill/mozmill/extension/install.rdf
Expand Up @@ -5,7 +5,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>mozmill@mozilla.com</em:id>
<em:name>Mozmill</em:name>
<em:version>2.0.1</em:version>
<em:version>2.0.2</em:version>
<em:description>UI Automation tool for Mozilla applications</em:description>
<em:unpack>true</em:unpack>

Expand Down
2 changes: 1 addition & 1 deletion mozmill/setup.py
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup, find_packages

PACKAGE_NAME = "mozmill"
PACKAGE_VERSION = "2.0.1"
PACKAGE_VERSION = "2.0.2"

deps = ['jsbridge == 3.0',
'ManifestDestiny == 0.5.7',
Expand Down

0 comments on commit 241665a

Please sign in to comment.