Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
chore: update to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BenShelton committed Nov 20, 2019
1 parent dab8610 commit e2f80b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oclm-planner",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"scripts": {
"serve": "npm-run-all --parallel serve:**",
Expand Down
8 changes: 8 additions & 0 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ export default Vue.extend({
computed: {
changes (): IChange[] {
return [
{
version: '1.1.3',
date: '20 Nov 2019',
summary: 'Scraper Fix for 2020',
updates: [
{ title: 'Fixes', items: ['Week downloader/scraper now adapted to work with site changes for 2020'] }
]
},
{
version: '1.1.2',
date: '30 Oct 2019',
Expand Down

0 comments on commit e2f80b5

Please sign in to comment.