Skip to content
Snippets Groups Projects
Commit 753b19a3 authored by Daniel Klockenkämper's avatar Daniel Klockenkämper
Browse files

version bump

parent e59f8ba8
No related branches found
No related tags found
No related merge requests found
##2016-06-22 - Release 0.0.14
###Summary
####Features
- added support for Ubuntu 16.04 (xenial) and Debian 8 (jessie)
####Bugfixes
- cosmetic changes to README.md
##2016-05-02 - Release 0.0.13 ##2016-05-02 - Release 0.0.13
###Summary ###Summary
......
{ {
"name": "derdanne-nfs", "name": "derdanne-nfs",
"version": "0.0.13", "version": "0.0.14",
"source": "https://github.com/derdanne/puppet-nfs.git", "source": "https://github.com/derdanne/puppet-nfs.git",
"author": "derdanne", "author": "derdanne",
"license": "Apache-2.0", "license": "Apache-2.0",
...@@ -23,21 +23,23 @@ ...@@ -23,21 +23,23 @@
"14.04", "14.04",
"14.10", "14.10",
"15.04", "15.04",
"15.10" "15.10",
"16.04"
] ]
}, },
{ {
"operatingsystem": "Debian", "operatingsystem": "Debian",
"operatingsystemrelease": [ "operatingsystemrelease": [
"6", "6",
"7" "7",
"8"
] ]
}, },
{ {
"operatingsystem": "RedHat", "operatingsystem": "RedHat",
"operatingsystemrelease": [ "operatingsystemrelease": [
"6", "7",
"7" "8"
] ]
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment