Prepare 0.1.0 release

This commit is contained in:
Seongjae Lee
2015-04-21 00:04:37 -07:00
parent c096e2e57c
commit 7e66ac8f88
3 changed files with 17 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
## 0.1.0
- First release
+6 -1
View File
@@ -2,7 +2,11 @@
[![Build Status][3]][4]
[Notational Velocity][1] is an application that stores and retrieves notes. This Atom package implements the some key features from this amazing app:
[Notational Velocity][1] is an application that stores and retrieves notes.
![Preview][5]
This Atom package implements the some key features from this amazing app:
- Modeless operation
- Mouseless interaction
@@ -41,3 +45,4 @@ We do believe Notational Velocity is the precursor of the famous note-taking app
[2]: http://daringfireball.net/projects/markdown/syntax
[3]: https://travis-ci.org/seongjaelee/notational-velocity.svg?branch=master
[4]: https://travis-ci.org/seongjaelee/notational-velocity
[5]: https://cloud.githubusercontent.com/assets/948301/7246990/2e2b4c6e-e7b9-11e4-93b0-57954e011e81.gif
+9 -1
View File
@@ -1,7 +1,11 @@
{
"name": "notational-velocity",
"main": "./lib/notational-velocity",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"contributors": [
"Seongjae Lee <seongjaelee@gmail.com>"
],
"description": "Notational Velocity for Atom",
"activationCommands": {
"atom-workspace": "notational-velocity:toggle"
@@ -11,6 +15,10 @@
"engines": {
"atom": ">0.50.0"
},
"bugs": {
"url": "https://github.com/seongjaelee/notational-velocity/issues"
},
"homepage": "https://github.com/seongjaelee/notational-velocity",
"dependencies": {
"fs-plus": "2.x",
"atom-space-pen-views": "^2.0.3",