Skip to content

Commit

Permalink
Bump version to 1.0.0 (#26)
Browse files Browse the repository at this point in the history
* Cleanup dead data

* Bump version to 1.0.0
  • Loading branch information
danielv14 authored Jul 1, 2019
1 parent 8d481b9 commit 582194b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "color-pix",
"version": "0.0.1",
"version": "1.0.0",
"description": "Nuxt.js app to help users find inspiration from color palettes created via images from Unsplash",
"author": "Daniel Vernberg",
"private": true,
Expand Down
1 change: 0 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
export default {
data() {
return {
images: [],
imagesLatest: [],
imagesPopular: []
}
Expand Down

0 comments on commit 582194b

Please sign in to comment.