Skip to content

Commit f50604a

Browse files
committed
Bump version
1 parent 3f046f7 commit f50604a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/provider/Commons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const version = '1.3.2';
1+
const version = '1.3.3';
22
const fs = require('fs');
33
const moment = require('moment');
44
const {ipcRenderer} = require('electron');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reelsteady-joiner",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "ReelSteady joiner merge multiple GoPro separate video files into one without losing gyro data",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)