Skip to content

Commit

Permalink
Release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Jul 12, 2018
1 parent b821d84 commit 1daef25
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 3.8.0 - 2018-07-12
- Implement new logic to prune items
- Fix linting issues


Version 3.7.3 - 2017-09-15
- Fix parameter binding issue

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.3
3.8.0
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "3.7.3",
"version": "3.8.0",
"description": "mediaGUI",
"author": "Juan B. Rodriguez <[email protected]>",
"private": true,
Expand Down
4 changes: 4 additions & 0 deletions metadata/changes/3.8.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
2018-07-12 - 3.8.0

- Implement new logic to prune items
- Fix linting issues

0 comments on commit 1daef25

Please sign in to comment.