File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ import Task from 'rose/task'
4949 }
5050
5151 const roseVersion = await localforage . getItem ( 'rose-version' )
52- if ( ! roseVersion || roseVersion < '3.0.0 ' ) {
53- await localforage . setItem ( 'rose-version' , '3.0.0 ' ) ;
52+ if ( ! roseVersion || roseVersion < '3.0.3yiran ' ) {
53+ await localforage . setItem ( 'rose-version' , '3.0.3yiran ' ) ;
5454 }
5555
5656 WindowTracker . start ( ) ;
Original file line number Diff line number Diff line change 22 "name" : " ROSE (Millennial Study Version)" ,
33 "description" : " Research tool for field studies of online social network usage. This version was tailored for the Millennial Facebook User Study." ,
44 "creator" : " Fraunhofer Institute SIT" ,
5- "version" : " 3.0.2 " ,
6- "version_name" : " 3.0.2 yiran" ,
5+ "version" : " 3.0.3 " ,
6+ "version_name" : " 3.0.3 yiran" ,
77 "homepage_url" : " https://github.com/secure-software-engineering/rose" ,
88
99 "background_scripts" : [
You can’t perform that action at this time.
0 commit comments