Skip to content

Commit

Permalink
Updating version number and setting release to today
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed Nov 11, 2014
1 parent 1525985 commit fda8868
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/common/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

2014-11-xx: v2.11.3
2014-11-10: v2.11.3
-------------------

* **Improved compatibilty with screen readers**. Much thanks to [Sofian Babai](https://groups.google.com/forum/#!topic/markdown-here/miNEosqmn2w) for reporting the problem and helping to solve it. The primary fix target was Windows+Thunderbird+NVDA, but if anyone finds any cases where the fix is incomplete, please describe the scenario in the [Github issue](https://github.com/adam-p/markdown-here/issues/222) for it.
Expand Down
6 changes: 3 additions & 3 deletions src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<Description about="urn:mozilla:install-manifest">
<em:type>2</em:type> <!-- 2 : Extension -->
<em:id>[email protected]</em:id>
<em:version>2.11.2</em:version>
<em:version>2.11.3</em:version>

<em:targetApplication>
<Description>
<!-- Firefox -->
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>11.0</em:minVersion>
<em:maxVersion>34.*</em:maxVersion>
<em:maxVersion>35.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -30,7 +30,7 @@
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>6.0</em:minVersion>
<em:maxVersion>34.*</em:maxVersion>
<em:maxVersion>35.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_app_name__",
"version": "2.11.2",
"version": "2.11.3",
"description": "__MSG_app_slogan__",
"homepage_url": "http://markdown-here.com",
"minimum_chrome_version": "6",
Expand Down

0 comments on commit fda8868

Please sign in to comment.