Skip to content

Commit

Permalink
Asset versioning, v0.4.2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurij Podgoršek committed Oct 21, 2019
1 parent 26221bc commit 9d704dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/Resources/views/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<title>picapica</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="/css/main.css?v=0.4.1">
<link rel="stylesheet" href="{{ asset('/css/main.css')}}">
<link rel="stylesheet" href="/css/ng-tags-input.bootstrap.min.css">

<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/app.js?v=0.4.1"></script>
<script src="{{ asset('/js/app.js') }}"></script>
<script>
window.username = '{{ app.user.username }}';
window.user_roles = JSON.parse('{{ app.user.roles | json_encode() | raw }}');
Expand Down
2 changes: 2 additions & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ framework:
templating:
engines: ['twig']
#assets_version: SomeVersionScheme
assets:
version: "v0.4.2"
default_locale: "%locale%"
trusted_hosts: ~
trusted_proxies: ~
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "AGPL-3.0-or-later",
"type": "project",
"description": "Physical music library management and playlist creation tool",
"version": "0.4.1",
"version": "0.4.2",
"autoload": {
"psr-4": {
"": "src/"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picapica",
"version": "0.4.1",
"version": "0.4.2",
"description": "Web app for physical music library management.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9d704dd

Please sign in to comment.