Skip to content

Commit

Permalink
Merge pull request #6 from derickboss1/dev
Browse files Browse the repository at this point in the history
trying updates again
  • Loading branch information
Derick Tseng committed Sep 6, 2019
2 parents 883d01c + 3b8223f commit 9033125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Cal-Meal-Tracker",
"version": "0.1.3",
"version": "0.1.4",

"description": "partitions meals into weeks, when it gets refreshed on Sundays (UC Berkeley)",

Expand All @@ -25,7 +25,7 @@

"applications": {
"gecko": {
"id": "meal-tracker@derickboss1.addons.mozilla.org",
"id": "cal-meal-tracker@derickboss1.addons.mozilla.org",
"update_url": "https://raw.githubusercontent.com/derickboss1/Cal-Meal-Tracker/master/updates.json"
}
}
Expand Down
14 changes: 3 additions & 11 deletions updates.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{
"addons": {
"meal-tracker@derickboss1.addons.mozilla.org": {
"cal-meal-tracker@derickboss1.addons.mozilla.org": {
"updates": [
{
"version": "0.1.1",
"update-link": "https://github.com/derickboss1/Cal-Meal-Tracker/releases/download/v0.1.1/cal_meal_tracker-0.1.1-an+fx.xpi"
},
{
"version": "0.1.2",
"update-link": "https://github.com/derickboss1/Cal-Meal-Tracker/releases/download/v0.1.2/cal_meal_tracker-0.1.2-an+fx.xpi"
},
{
"version": "0.1.3",
"update-link": "https://github.com/derickboss1/Cal-Meal-Tracker/releases/download/v0.1.3/cal_meal_tracker-0.1.3-an+fx.xpi"
"version": "0.1.4",
"update-link": "https://github.com/derickboss1/Cal-Meal-Tracker/releases/download/v0.1.3/cal_meal_tracker-0.1.4-an+fx.xpi"
}
]
}
Expand Down

0 comments on commit 9033125

Please sign in to comment.