Skip to content

Commit b1c0dfd

Browse files
author
Felix Epp
committed
Bump version to 3.0.3yiran
1 parent c24cad0 commit b1c0dfd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/background_app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

app/extension_info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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": [

0 commit comments

Comments
 (0)