Skip to content

Commit 949e690

Browse files
committed
Set version to 1.13.1
1 parent 77a2d10 commit 949e690

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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
@@ -1,6 +1,6 @@
11
{
22
"name": "c2lc-coding-environment",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"private": true,
55
"dependencies": {
66
"classnames": "2.3.1",

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class App extends React.Component<AppProps, AppState> {
158158
constructor(props: any) {
159159
super(props);
160160

161-
this.version = '1.13';
161+
this.version = '1.13.1';
162162

163163
this.appContext = {
164164
bluetoothApiIsAvailable: FeatureDetection.bluetoothApiIsAvailable()

0 commit comments

Comments
 (0)