From dbe6719b357ad224cb0d748a8db7e588ce904830 Mon Sep 17 00:00:00 2001 From: Amy Rouinfar Date: Sat, 22 Dec 2018 15:37:07 -0700 Subject: [PATCH] Finalize QA credits https://github.com/phetsims/coulombs-law/issues/64 --- js/coulombs-law-main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/coulombs-law-main.js b/js/coulombs-law-main.js index 54f6cce..9ac7c88 100644 --- a/js/coulombs-law-main.js +++ b/js/coulombs-law-main.js @@ -32,7 +32,7 @@ define( function( require ) { leadDesign: 'Amy Rouinfar', softwareDevelopment: 'Jesse Greenberg, Michael Barlow', team: 'Amy Hanson, Ariel Paul, Kathy Perkins', - qualityAssurance: 'Katie Woessner, Laura Rea, Steele Dalton, Liam Mulhall', + qualityAssurance: 'Steele Dalton, Liam Mulhall, Laura Rea, Jacob Romero, Katie Woessner, Kelly Wurtz', graphicArts: 'Mariah Hermsmeyer, Cheryl McCutchan', thanks: '' }, @@ -54,4 +54,4 @@ define( function( require ) { var sim = new Sim( coulombsLawTitleString, screens, simOptions ); sim.start(); } ); -} ); \ No newline at end of file +} );