Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit a5e2407

Browse files
committed
release 1.1.4-beta
1 parent 596955e commit a5e2407

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Instabug web SDK 1.1.3-beta
1+
# Instabug web SDK 1.1.4-beta
22
## Overview
33
Instabug web sdk is a javascript library provides an easy way to report bugs from your website or webapp.
44

@@ -11,7 +11,7 @@ Instabug Web SDK requires no special requirements, and has no dependecies on oth
1111
#### Manual Installation
1212
You can include instabug web sdk to your website just copy the below lines into the end of your page `<body>` tag
1313
```html
14-
<script src='https://s3.amazonaws.com/instabug-pro/sdk_releases/instabugsdk-1.1.3-beta.min.js'></script>
14+
<script src='https://s3.amazonaws.com/instabug-pro/sdk_releases/instabugsdk-1.1.4-beta.min.js'></script>
1515
```
1616
#### `bower` installation (recommended)
1717
You can install the SDK using

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h4 class="text-white">Reach Us</h4>
4747

4848
<section class="jumbotron text-center">
4949
<div class="container">
50-
<h1 class="jumbotron-heading">Instabug Web SDK <small><code class="text-danger">1.1.3-beta</code></small></h1>
50+
<h1 class="jumbotron-heading">Instabug Web SDK <small><code class="text-danger">1.1.4-beta</code></small></h1>
5151
<p class="lead text-muted">The top apps in the world rely on Instabug for beta testing, user engagement and crash reporting.
5252
Gather feedback from your beta testers and have live conversations with your users.</p>
5353
<p>

0 commit comments

Comments
 (0)