Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjay Soundarajan committed Aug 14, 2021
1 parent 307e193 commit b895ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { fstat } = require("fs");

log.transports.console.level = false;
log.transports.file.level = "debug";
autoUpdater.channel = "alpha";
autoUpdater.channel = "beta";
autoUpdater.logger = log;
global.trackEvent = trackEvent;

Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SODA",
"productName": "SODA",
"version": "4.6.2-alpha",
"version": "4.6.2-beta",
"description": "Keep Calm and Curate ",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit b895ac4

Please sign in to comment.