-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: now bump version to v.1.3.2; add version number to app name
- Loading branch information
wasita mahaphanit
committed
Nov 24, 2020
1 parent
96f2428
commit ca46b86
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "task-effort", | ||
"description": "all-in-one app with jsPsych + React + Electron + psiturk", | ||
"name": "effort-v1.3.2", | ||
"description": "all-in-one app with jsPsych + React + Electron + psiTurk", | ||
"author": { | ||
"name": "Wasita Mahaphanit & Rashi Dhar (Brown CCV)", | ||
"name": "Wasita Mahaphanit (Brown) & Rashi Dhar (Brown CCV)", | ||
"email": "[email protected]", | ||
"url": "https://lnccbrown.com" | ||
}, | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"license": "MIT", | ||
"private": true, | ||
"main": "public/electron.js", | ||
|