Skip to content

Commit

Permalink
Updating release and version information
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromtheoutfit committed Aug 15, 2016
1 parent 44658ab commit 9da52f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NaveePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function getName()

public function getVersion()
{
return '1.0.6';
return '1.0.7';
}

public function getDeveloper()
Expand Down
9 changes: 9 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "1.0.7",
"downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.0.7.zip",
"date": "2016-08-15T11:15:18-05:00",
"notes": [
"[Fixed] Fixed issue with cmd+s ending in a 404.",
"[Fixed] Issue with getDescendants() not including link."
]
},
{
"version": "1.0.6",
"downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.0.6.zip",
Expand Down

0 comments on commit 9da52f0

Please sign in to comment.