1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Rokt33r
fecc4e9b79 bump up to v0.5.7 2016-03-28 01:26:11 +09:00
Rokt33r
58e9302f15 remove email address 2016-03-28 01:09:43 +09:00
2 changed files with 1 additions and 4 deletions

View File

@@ -13,9 +13,6 @@ export default class ContactTab extends React.Component {
return (
<div className='ContactTab content'>
<div className='title'>Contact</div>
<p>
- E-mail: <ExternalLink href='mailto:rokt33r@gmail.com?Subject=About%20Boost'>rokt33r@gmail.com</ExternalLink>
</p>
<p>
- Issues: <ExternalLink href='https://github.com/BoostIO/Boostnote/issues'>https://github.com/BoostIO/Boostnote/issues</ExternalLink>
</p>

View File

@@ -1,6 +1,6 @@
{
"name": "boost",
"version": "0.5.6",
"version": "0.5.7",
"description": "Boostnote",
"main": "index.js",
"scripts": {