Skip to content

Commit

Permalink
Fix validation errors and bump to 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hacksalot committed Jan 6, 2016
1 parent 4acc404 commit e75b117
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fresh-resume-starter",
"version": "0.1.0",
"version": "0.1.1",
"description": "A starter FRESH resume.",
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions src/starter-resume.fresh.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@

"samples": [
{
"title": "",
"summary": "",
"url": "",
"date": ""
"title": "Work Sample",
"summary": "Description or summary of the work sample.",
"url": "http://project-repo.com",
"date": "2015"
}
],

Expand Down Expand Up @@ -190,15 +190,15 @@
"from": "HackMyResume",
"title": "Awesomeness Award",
"event": "HMR Release",
"date": "current",
"date": "2016",
"summary": "For being a HackMyResume or FluentCV user."
},
{
"flavor": "industry",
"from": "Big Software",
"title": "MVP: SpinWidget Technology",
"event": "Yearly Roundup",
"date": "current",
"date": "2015-08-03",
"summary": "For work in promotion and popularization of SpinWidget technology."
}
],
Expand Down

0 comments on commit e75b117

Please sign in to comment.