Skip to content

Commit 67328d0

Browse files
committed
Release v1.0.7 - Fixes
1 parent f0fb547 commit 67328d0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## [1.0.7] 2022-11-24
4+
### Improvements
5+
6+
- Fix JS Errors
7+
38
## [1.0.6] 2022-11-24
49
### Improvements
510

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-theme-soft-design',
11-
version='1.0.6',
11+
version='1.0.7',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

theme_soft_design/templates/includes/scripts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="{% static 'js/plugins/moment.min.js' %}"></script>
1515
<script src="{% static 'js/plugins/rellax.min.js' %}"></script>
1616
<script src="{% static 'js/plugins/tilt.min.js' %}"></script>
17-
<script src="{% static 'js/plugins/typedjs.min.js' %}"></script>
17+
<script src="{% static 'js/plugins/typedjs.js' %}"></script>
1818

1919
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDTTfWur0PDbZWPr7Pmq8K3jiDp0_xUziI"></script>
2020

0 commit comments

Comments
 (0)