Skip to content

Commit

Permalink
update version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oz-keisar-d committed Sep 26, 2024
1 parent 906cbe5 commit 9cd1526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.5.1",
"description": "",
"keywords": [
"electron",
Expand Down
3 changes: 2 additions & 1 deletion src/renderer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ import { loader } from '@monaco-editor/react';
import * as monaco from 'monaco-editor';
import * as amplitude from '@amplitude/analytics-browser';
import App from './App';
import pj from './../../package.json'

const isDev = !process.env.NODE_ENV || process.env.NODE_ENV === 'development';

amplitude.init(
isDev
? '16543070a2c829f8a27f46c21fc0f708'
: 'ed51d61371d63ef1136b842900ebdae',
);
{appVersion: pj.version});

loader.config({ monaco });

Expand Down

0 comments on commit 9cd1526

Please sign in to comment.