Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit fdbc6b9

Browse files
author
Sjoerd Tieleman
committed
Update sqlite3 to 2.2.0.
1 parent 0bca196 commit fdbc6b9

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## codem-transcode 0.5.4 (2014/03/18) ##
2+
3+
* Updated sqlite3 dependency to 2.2.0.
4+
15
## codem-transcode 0.5.3 (2014/01/27) ##
26

37
* Bugfix: issue #19 and #20, missing or corrupt ffmpeg will no longer put transcoder in weird state.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codem-transcode",
33
"description": "Offline video transcoding using ffmpeg, with a small HTTP API.",
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"keywords": ["transcoding", "ffmpeg", "video"],
66
"homepage": "http://www.transcodem.com/",
77
"repository": {
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"sequelize": "~1.6.0",
17-
"sqlite3": "~2.1.7",
17+
"sqlite3": "~2.2.0",
1818
"mkdirp": "~0.3.4",
1919
"express": "~2.5.11",
2020
"argsparser": "~0.0.6",

0 commit comments

Comments
 (0)