Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Dec 17, 2019
1 parent c3ff83b commit 53d5d40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
- Test mojo app [\#1137]
- Logout timeout on start machine too quick [\#1119]
- Do not remove the CD from the clones [\#1116]
- Pools of virtual machines [\#1115]
- Multiple copies of machines [\#1091]
- Frontend javascript and CSS from behind Firewall [\#993]
- Improve network ports management [\#265]
Expand Down
2 changes: 1 addition & 1 deletion lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Ravada;
use warnings;
use strict;

our $VERSION = '0.5.0-rc10';
our $VERSION = '0.5.0';

use Carp qw(carp croak);
use Data::Dumper;
Expand Down
2 changes: 1 addition & 1 deletion templates/bootstrap/authors.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
<%=l 'Thanks to:' %>
<ul>
<li>Jorge Mata</li>
<li>Francesc Oller<li>
<li>Francesc Oller</li>
</ul>

0 comments on commit 53d5d40

Please sign in to comment.