Skip to content

Commit

Permalink
Publish 2.2.2 because 2.2.1 is trashed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldarone committed Feb 13, 2016
1 parent 70c585b commit fd7fe61
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## [2.2.2] - 2016-02-13

### Fixed

* Added missing script

## [2.2.1] - 2016-02-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/shaarli.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function buttonOnClick (state) {
var tabs = require('sdk/tabs')
var self = require('sdk/self')
var worker = tabs.activeTab.attach({
contentScriptFile: self.data.url('js/shaarli-get-infos.js')
contentScriptFile: self.data.url('js/button-get-infos.js')
})

worker.port.emit('ping')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Shaarli-next",
"name": "shaarli-next",
"version": "2.2.1",
"version": "2.2.2",
"description": "Post URL to Shaarli",
"main": "index.js",
"author": "Alda Marteau-Hardi",
Expand Down
8 changes: 4 additions & 4 deletions update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- Each li is a different version of the same add-on -->
<RDF:li>
<RDF:Description>
<em:version>2.2.1</em:version> <!-- This is the version number of the add-on -->
<em:version>2.2.2</em:version> <!-- This is the version number of the add-on -->

<!-- One targetApplication for each application the add-on is compatible with -->
<em:targetApplication>
Expand All @@ -23,11 +23,11 @@
<em:maxVersion>46.0a2</em:maxVersion>

<!-- This is where this version of the add-on will be downloaded from -->
<em:updateLink>https://github.com/Aldarone/shaarli-extension-next/releases/download/v2.2.1/shaarli-next-2.2.1-signed.xpi</em:updateLink>
<em:updateHash>sha256:1c380f8c10cee2661239331bdc8096b8d2f5dec5618e752f4d77c7f50b91c79d</em:updateHash>
<em:updateLink>https://github.com/Aldarone/shaarli-extension-next/releases/download/v2.2.2/shaarli-next-2.2.2-signed.xpi</em:updateLink>
<em:updateHash>sha256:7f80a35e621faf052369d4ff30d26a6325ee07df821237da632f26c3d366d55e</em:updateHash>

<!-- A page describing what is new in this updated version -->
<em:updateInfoURL>https://github.com/Aldarone/shaarli-extension-next/releases/tag/v2.2.1</em:updateInfoURL>
<em:updateInfoURL>https://github.com/Aldarone/shaarli-extension-next/releases/tag/v2.2.2</em:updateInfoURL>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
Expand Down

0 comments on commit fd7fe61

Please sign in to comment.