Skip to content

Commit d77b78e

Browse files
committed
bump version
1 parent bae14a8 commit d77b78e

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

metadata.json

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
{
22
"name": "tedivm-rsnapshot",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"author": "tedivm",
55
"summary": "Secure and easy backups with rsnapshot.",
6-
"tags": ["rsnapshot", "backups"],
6+
"tags": [
7+
"rsnapshot",
8+
"backups"
9+
],
710
"license": "MIT",
811
"source": "https://github.com/tedivm/puppet-rsnapshot",
912
"project_page": "https://github.com/tedivm/puppet-rsnapshot",
1013
"issues_url": "https://github.com/tedivm/puppet-rsnapshot/issues",
1114
"dependencies": [
12-
{"name":"puppetlabs-stdlib"},
13-
{"name":"puppetlabs-concat","version_requirement":"< 2.0.0"},
14-
{"name":"jtopjian/sshkeys"},
15-
{"name":"saz/sudo"}
15+
{
16+
"name": "puppetlabs-stdlib"
17+
},
18+
{
19+
"name": "puppetlabs-concat",
20+
"version_requirement": "< 2.0.0"
21+
},
22+
{
23+
"name": "jtopjian/sshkeys"
24+
},
25+
{
26+
"name": "saz/sudo"
27+
}
1628
]
1729
}
18-

0 commit comments

Comments
 (0)