Skip to content

Commit

Permalink
Merge pull request #12 from Savage-Aim/bump-and-security
Browse files Browse the repository at this point in the history
Bump and security
  • Loading branch information
freyamade authored Feb 18, 2022
2 parents 4c3082f + 14b8870 commit 2e12a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ click-repl==0.2.0
cryptography==36.0.1
defusedxml==0.7.1
Deprecated==1.2.13
Django==3.2.11
Django==3.2.12
django-allauth==0.47.0
django-rest-framework==0.1.0
djangorestframework==3.13.1
Expand Down
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_VERSION="0.3.1"
VUE_APP_VERSION="0.3.2"
1 change: 1 addition & 0 deletions frontend/src/components/modals/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<h2 class="has-text-primary subtitle">{{ version }}</h2>
<div class="divider"><i class="material-icons icon">expand_more</i> Minor Changes <i class="material-icons icon">expand_more</i></div>
<p>Loot Tracker Greed Boxes will always have every Character in them, even if they don't have a BIS list, just for QoL.</p>
<p>Security and error reporting improvements.</p>

<div class="divider"><i class="material-icons icon">expand_more</i> Bugfixes <i class="material-icons icon">expand_more</i></div>
<p>Fixed an issue where Notification timestamps were not stored in UTC, causing issues for displaying them in other timezones.</p>
Expand Down

0 comments on commit 2e12a04

Please sign in to comment.