Skip to content

Commit

Permalink
release: zotero-better-bibtex-0.8.39.xpi
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Apr 8, 2015
1 parent 7c1ab89 commit 9bfb962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ task :deploy => ['README.md', XPI, GR, UPDATE_RDF] do
puts "#{RELEASE}: tagged=#{tagged}, current=#{current}"
if tagged == current
puts "Deploying #{RELEASE} (#{ENV['CIRCLE_SHA1']})"
sh "git add README.md; git commit -m 'README for #{RELEASE}; git push"
sh "git add README.md; git commit -m 'README for #{RELEASE}'; git push"
sh "#{GR} release --user ZotPlus --repo zotero-better-bibtex --tag #{RELEASE} --name 'v#{RELEASE}'"
sh "#{GR} upload --user ZotPlus --repo zotero-better-bibtex --tag #{RELEASE} --name '#{XPI}' --file '#{XPI}'"
open("www/_includes/#{EXTENSION}-version.html", 'w'){|f| f.write(RELEASE) }
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>Zotero Better Bib(La)Tex</em:name>
<em:version>0.8.38</em:version>
<em:version>0.8.39</em:version>
<em:description>Make Zotero useful for us LaTeX holdouts. More info @ https://github.com/ZotPlus/zotero-better-bibtex</em:description>
<em:creator>Emiliano Heyns</em:creator>
<em:iconURL>chrome://zotero-better-bibtex/skin/better-bibtex.svg</em:iconURL>
Expand Down

0 comments on commit 9bfb962

Please sign in to comment.