Skip to content

Commit d8945df

Browse files
committed
Update version number to 1.3.0
1 parent cdeccfe commit d8945df

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,20 +127,20 @@
127127
<script rel="preload" as="script" src="./src/scripts/index.min.js"></script>
128128
<!-- Sentry -->
129129
<script
130-
src="https://browser.sentry-cdn.com/7.16.0/bundle.min.js"
131-
integrity="sha384-70hBom53vQV6XVoqnEzSlfP8AYzEm6CSuti85YyRLtmm/jbx0GryCQ1z5StcQwsz"
130+
src="https://browser.sentry-cdn.com/7.17.4/bundle.min.js"
131+
integrity="sha384-XHC4Ua4bFZF23Rgwkuf3FJGT1/W1dWbIaICyTr+qKjMcJ0cC96rK7J7L0wCTn2xC"
132132
crossorigin="anonymous"
133133
></script>
134134
<script
135-
src="https://browser.sentry-cdn.com/7.16.0/bundle.tracing.min.js"
136-
integrity="sha384-wXU9CL14HxNQidSEdsPNgsvTyYYWogbqur94ac59B5M+zWrBqgC7NRLzv1AHdz0j"
135+
src="https://browser.sentry-cdn.com/7.17.4/bundle.tracing.min.js"
136+
integrity="sha384-TbvxjRMxGc03ZKS5QFUgAb3QnBcVgfzrHMnYJv0ZMl1JYGdbtq7wJs+RkoZxpVOM"
137137
crossorigin="anonymous"
138138
></script>
139139
<script>
140140
Sentry.init({
141141
dsn: "https://c74a8d7e001f45c8bb4ebfa5a1e92664@o1185775.ingest.sentry.io/6600431",
142142
// @AlexJSully when updating the package version number in package.json, update the version number here as well.
143-
release: "small-dev-talk@1.2.3",
143+
release: "small-dev-talk@1.3.0",
144144
integrations: [new Sentry.BrowserTracing()],
145145

146146
// We recommend adjusting this value in production, or using tracesSampler for finer control
@@ -149,7 +149,7 @@
149149

150150
Sentry.configureScope((scope) => {
151151
// @AlexJSully when updating the package version number in package.json, update the version number here as well.
152-
scope.setTag("app-version", "1.2.3");
152+
scope.setTag("app-version", "1.3.0");
153153
});
154154
</script>
155155
<!-- Global site tag (gtag.js) - Google Analytics -->

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://www.jefferycen.com"
1515
}
1616
],
17-
"version": "1.2.3",
17+
"version": "1.3.0",
1818
"private": true,
1919
"description": "Small Dev Talk - Talk with the Developers of the Future! Find interviews, news articles and reviews on the latest in the indie scene.",
2020
"main": "index.html",

0 commit comments

Comments
 (0)