Increment patch number
This commit is contained in:
parent
23d7930e38
commit
f9f50159c3
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "frameloom",
|
"name": "frameloom",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "frameloom",
|
"name": "frameloom",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Node script to generate flicker videos by interweaving frames from multiple videos",
|
"description": "Node script to generate flicker videos by interweaving frames from multiple videos",
|
||||||
"main": "frameloom",
|
"main": "frameloom",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"version": "npm --no-git-tag-version version patch"
|
||||||
},
|
},
|
||||||
"author": "sixteenmillimeter",
|
"author": "sixteenmillimeter",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue