Skip to content

Commit 11a2a77

Browse files
Updated version numbers
1 parent 3dfffbf commit 11a2a77

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@
221221
],
222222
"publish": {
223223
"provider": "github",
224-
"owner": "electron-react-boilerplate",
225-
"repo": "electron-react-boilerplate"
224+
"owner": "dub-editor",
225+
"repo": "dub-editor"
226226
}
227227
},
228228
"collective": {

release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dub-editor-electron",
3-
"version": "1.3.0-alpha",
3+
"version": "1.3.1-alpha-preview",
44
"description": "A dub editor for What the Dub and Rifftrax games by Wide Right Studios",
55
"license": "MIT",
66
"author": {

src/renderer/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { interstitialAtom } from './atoms/interstitial.atom';
2727
import './App.css';
2828
import 'react-toastify/dist/ReactToastify.css';
2929

30-
const VERSION = 'v1.2.3-beta';
30+
const VERSION = 'v1.3.1-alpha-preview';
3131

3232
let App = (props) => {
3333
const navigate = useNavigate();

0 commit comments

Comments
 (0)