Skip to content

Commit

Permalink
release: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Oct 3, 2021
1 parent 794dee1 commit 5165762
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aptt",
"productName": "aptt",
"version": "1.0.6",
"version": "1.1.0",
"description": "A perfect time tracker",
"main": ".webpack/main",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { registerShortcuts } from './shortcuts';
import { connectStore } from './store';
import { app } from './app';
import { AppError } from '../shared/errors';
import { parseEntries } from '../shared/entries';
import { parseTicket } from '../shared/tickets';
import { initBadge } from './badge';
declare const MAIN_WINDOW_WEBPACK_ENTRY: string;

Expand Down

0 comments on commit 5165762

Please sign in to comment.