Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonni committed Feb 23, 2022
1 parent d945aaa commit f9f28ac
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __test__/__fixtures__/ReduxStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const testStore: RootState = {
'4efdbe23-c938-4eb1-b29b-50bf76bdb44e': {
id: '4efdbe23-c938-4eb1-b29b-50bf76bdb44e',
name: 'baz',
type: 'ReposTracker',
type: 'BranchTracker',
metafile: '46ae0111-0c82-4ee2-9ee5-cd5bdf8d8a71',
created: DateTime.fromISO('2019-01-21T08:14:52.181-08:00').valueOf(),
modified: DateTime.fromISO('2019-11-19T19:22:47.572-08:00').valueOf(),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "synectic",
"productName": "Synectic",
"version": "1.3.1",
"version": "1.4.0",
"description": "My Electron application description",
"main": ".webpack/main",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/containers/git-plumbing.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as fs from 'fs-extra';
import * as path from 'path';
import * as isogit from 'isomorphic-git';
import * as http from 'isomorphic-git/http/node';
import { PathLike } from 'fs-extra';
import parsePath from 'parse-path';
import isUUID from 'validator/lib/isUUID';
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
module.exports = '1.3.1'
module.exports = '1.4.0'

0 comments on commit f9f28ac

Please sign in to comment.