Skip to content

Commit

Permalink
[chore] update project dates
Browse files Browse the repository at this point in the history
  • Loading branch information
romelperez committed Jan 8, 2018
1 parent c9d84a0 commit e514aa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 - 2017 Romel Pérez (romelperez.com)
Copyright (c) 2015 - 2018 Romel Pérez (romelperez.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class Home extends React.Component {
<Link href='https://romelperez.com' onLink={this.onLink}>
<i className={cx('mdi mdi-copyright anim', anim.entered && 'animEntered')} />
{' '}
<Words animate show={anim.entered}>2017 Romel Pérez</Words>
<Words animate show={anim.entered}>2018 Romel Pérez</Words>
</Link>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion site/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Footer = props => {
<i className={cx('mdi mdi-copyright anim', anim.entered && 'animEntered')} />
{' '}
<Words animate show={anim.entered}>
2017 Romel Pérez
2018 Romel Pérez
</Words>
</Link>
</div>
Expand Down

0 comments on commit e514aa5

Please sign in to comment.