diff --git a/CHANGELOG.md b/CHANGELOG.md index f38384c..66caf52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [0.8.4] - 2015-05-31 +## [0.9.0] - 2015-05-30 ### Changed - Update map style and size - Update logo diff --git a/chrome/content/mailhops.js b/chrome/content/mailhops.js index 8eebb69..081192d 100644 --- a/chrome/content/mailhops.js +++ b/chrome/content/mailhops.js @@ -26,7 +26,7 @@ var mailHops = isLoaded: false, options: {'lan':'en','unit':'mi','api_url':'http://api.mailhops.com','debug':false}, - appVersion: 'MailHops Postbox 0.8.4', + appVersion: 'MailHops Postbox 0.9.0', message: {secure:[]}, client_location: null } diff --git a/install.rdf b/install.rdf index ff025d7..1444f05 100644 --- a/install.rdf +++ b/install.rdf @@ -5,7 +5,7 @@ 2 postbox@mailhops.com - 0.8.4 + 0.9.0 MailHops MailHops maps the route an email traveled to get to you. Using GeoIP it also displays distance traveled along with the location (city, state and country) of the sender. diff --git a/mailhops.xpi b/mailhops.xpi index 63f4cea..05240d8 100644 Binary files a/mailhops.xpi and b/mailhops.xpi differ