Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulimaki committed Feb 13, 2019
1 parent 6d5a846 commit edcac5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = shuup-megastore-theme
version = 2.0.9.post+gitver
version = 2.1.0
description = Shuup Megastore Theme
long_description = file: README.rst
keywords = megastore, theme, shuup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="icon" type="image/x-icon" href="{{ static("shuup_megastore_theme/img/favicon.ico") }}">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Oswald:400,300,700|Open+Sans:400,600">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:400,300,500">
<link rel="stylesheet" type="text/css" href="{{ static("shuup_megastore_theme/css/shuup_megastore_theme.css") }}?v=2.0.9">
<link rel="stylesheet" type="text/css" href="{{ static("shuup_megastore_theme/css/shuup_megastore_theme.css") }}?v=2.1.0">
{% if user.is_superuser %}
<script type="text/javascript" src="{{ url("shuup_admin:js-catalog") }}?lang={{ LANGUAGE_CODE }}"></script>
{% endif %}
Expand Down Expand Up @@ -67,9 +67,9 @@
</div>
{{ render_footer() }}
</div>
<script src="{{ static('shuup/front/js/vendor.js') }}?v=2.0.9"></script>
<script src="{{ static('shuup/front/js/scripts.js') }}"?v=2.0.9"></script>
<script src="{{ static('shuup_megastore_theme/js/shuup_megastore_theme.js') }}?v=2.0.9"></script>
<script src="{{ static('shuup/front/js/vendor.js') }}?v=2.1.0"></script>
<script src="{{ static('shuup/front/js/scripts.js') }}"?v=2.1.0"></script>
<script src="{{ static('shuup_megastore_theme/js/shuup_megastore_theme.js') }}?v=2.1.0"></script>
{% block extrajs %}{% endblock %}
{{ add_product_to_cart() }}
Expand Down

0 comments on commit edcac5e

Please sign in to comment.