bumping version

This commit is contained in:
Mark Hahn 2016-02-05 12:47:18 -08:00
parent cd82447ba0
commit c3cc7c3d38
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules
*.md
nohup.out
*.log

View File

@ -1,4 +1,8 @@
### 2.1.1 - 1/5/16
Duplicate due to APM problem
### 2.1.0 - 1/5/16
Now works on any file with an MD extension (thanks OJFord)

View File

@ -1,7 +1,7 @@
{
"name": "markdown-scroll-sync",
"main": "./lib/main",
"version": "2.1.0",
"version": "2.1.1",
"description": "Auto-scroll markdown-preview tab to match markdown source",
"repository": "https://github.com/mark-hahn/markdown-scroll-sync",
"license": "MIT",