Skip to content

Commit

Permalink
changed inconsistent name
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanahmeed committed Oct 5, 2020
1 parent dbfc939 commit 905a8f3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "vue-daily-scheduler",
"version": "1.0.6",
"version": "1.0.7",
"private": false,
"author": "Burhanuddin Ahmed",
"license": "MIT",
"description": "A Vue.js component for continuous weekly/daily scheduling",
"description": "A Vue.js component for continuous daily scheduling",
"main": "dist/vue-schedule.umd.js",
"module": "dist/vue-schedule.esm.js",
"unpkg": "dist/vue-schedule.min.js",
Expand Down
Binary file modified public/prev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="app">
<div>
<img alt="Vue logo" src="./assets/logo.png" style="width: 50px; vertical-align: middle">
<span style="padding: 10px">Vue Daily Schedule</span>
<span style="padding: 10px">Vue Daily Scheduler</span>
</div>
<div style="width: 500px; margin: 0 auto; padding: 20px">
<schedule
Expand Down
Binary file modified src/assets/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 905a8f3

Please sign in to comment.