Skip to content

Commit

Permalink
Fix module dependencis, version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlastimil Holer committed Sep 2, 2014
1 parent 52cda0c commit adf02da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2014-09-02 - Release 0.9.2

Fix metadata.json

#### Bugfixes

- Fix metadata.json module dependencies

## 2014-08-20 - Release 0.9.1

### Summary
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ceritsc-yum",
"version": "0.9.1",
"version": "0.9.2",
"author": "ceritsc",
"summary": "YUM utilities",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"dependencies": [
{
"name": "puppetlabs-stdlib",
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.0.0"
}
]
Expand Down

0 comments on commit adf02da

Please sign in to comment.