Skip to content

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iBelieve committed Mar 28, 2016
1 parent 39cfa6d commit 8477bb3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion qmlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qmlify",
"version": "0.0.4",
"version": "0.0.5",
"description": "A build tool to transpile ES6 and Node.js code for use in QML",
"author": "Michael Spencer <sonrisesoftware@gmail.com>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion quickly/publish
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ QPM_DIR=../../quickly-qpm
npm run build

rm -r $QPM_DIR/*
cp -r README.md LICENSE qpm.json quickly.pri src/* build/* $QPM_DIR
cp -r README.md LICENSE qpm.json qmlify.pri quickly.pri src/* build/src-qmlified/* $QPM_DIR
4 changes: 2 additions & 2 deletions quickly/qmlify.pri
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
qmlify.output = ${QMAKE_FILE_BASE}/resources.qrc
qmlify.commands = qmlify -d ${QMAKE_FILE_BASE} ${QMAKE_FILE_NAME}
qmlify.output = ${QMAKE_FILE_BASE}-qmlified/resources.qrc
qmlify.commands = qmlify -d ${QMAKE_FILE_BASE}-qmlified ${QMAKE_FILE_NAME}
qmlify.input = QMLIFY
qmlify.depend_command = qmlify ${QMAKE_FILE_NAME} --depends
qmlify.variable_out = RESOURCES
Expand Down
2 changes: 1 addition & 1 deletion quickly/qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "git@github.com:iBeliever/quickly.git"
},
"version": {
"label": "0.0.4",
"label": "0.0.5",
"revision": "",
"fingerprint": ""
},
Expand Down

0 comments on commit 8477bb3

Please sign in to comment.