bumping version
This commit is contained in:
parent
cd82447ba0
commit
c3cc7c3d38
|
@ -1,3 +1,4 @@
|
||||||
node_modules
|
node_modules
|
||||||
*.md
|
*.md
|
||||||
nohup.out
|
nohup.out
|
||||||
|
*.log
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
### 2.1.1 - 1/5/16
|
||||||
|
|
||||||
|
Duplicate due to APM problem
|
||||||
|
|
||||||
### 2.1.0 - 1/5/16
|
### 2.1.0 - 1/5/16
|
||||||
|
|
||||||
Now works on any file with an MD extension (thanks OJFord)
|
Now works on any file with an MD extension (thanks OJFord)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "markdown-scroll-sync",
|
"name": "markdown-scroll-sync",
|
||||||
"main": "./lib/main",
|
"main": "./lib/main",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"description": "Auto-scroll markdown-preview tab to match markdown source",
|
"description": "Auto-scroll markdown-preview tab to match markdown source",
|
||||||
"repository": "https://github.com/mark-hahn/markdown-scroll-sync",
|
"repository": "https://github.com/mark-hahn/markdown-scroll-sync",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue