Skip to content

Commit b8d16b5

Browse files
committed
Hotfix: replace $50 verbiage on survey request
1 parent 9641df2 commit b8d16b5

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openstax/os-webview",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "OpenStax webview",
55
"scripts": {
66
"start": "gulp dev",

src/app/components/survey-request/survey-request.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<h2>If you have a few more minutes...</h2>
22
<div>
33
Help us improve! We'd like to know more about how you use textbooks, online
4-
resources, and courseware in your classes. If you take 10 minutes to complete
5-
the survey below, we'll enter you into a drawing to win $50!
4+
resources, and courseware in your classes. If you take the 10-15 minutes to
5+
complete our survey below, we'll enter you into our monthly drawing for an
6+
Apple Watch.
67
</div>
78
<div>
89
<a

src/app/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const VERSION='2.11.0';
1+
const VERSION='2.11.1';
22
// NOTE: You must manually update the version number on bundle.js and main.css
33
// in index.html
44

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet" type="text/css">
2929
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
30-
<link rel="stylesheet" href="/styles/main.css?v2.11.0">
30+
<link rel="stylesheet" href="/styles/main.css?v2.11.1">
3131
<script src="/settings.js" async="false"></script>
3232
<script>
3333
(function () {
@@ -104,6 +104,6 @@
104104
<noscript>
105105
<div class="nojs"><p>You must enable JavaScript in order to use this site.</p></div>
106106
</noscript>
107-
<script async src="/bundle.js?v2.11.0"></script>
107+
<script async src="/bundle.js?v2.11.1"></script>
108108
</body>
109109
</html>

0 commit comments

Comments
 (0)