Release 0.1.1

This commit is contained in:
Johannes Zillmann 2017-05-02 19:30:05 +02:00
parent ecde2ea0f5
commit 315db62d78
4 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

BIN
docs/favicons/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

View File

@ -5,6 +5,8 @@
<title>PDF to Markdown</title>
<meta name="description" content="Converts PDF files to Markdown." />
<meta name="keywords" content="PDF, Markdown, converter, online">
<link rel="shortcut icon" href="favicons/favicon.ico" />
<link rel="icon" href="favicons/favicon.ico" />
</head>
<body>
<div id="main"/>

View File

@ -1,6 +1,6 @@
{
"name": "pdf-to-markdown",
"version": "0.0.1",
"version": "0.1.1",
"description": "A PDF to Markdown Converter",
"main": "main.js",
"scripts": {