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

Commit 9958524

Browse files
committed
💎 Release 1.2.0-beta
1 parent 155ada3 commit 9958524

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Instabug web SDK 1.1.4-beta
1+
# Instabug web SDK 1.2.0-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.4-beta.min.js'></script>
14+
<script src='https://s3.amazonaws.com/instabug-pro/sdk_releases/instabugsdk-1.2.0-beta.min.js'></script>
1515
```
1616
#### `bower` installation (recommended)
1717
You can install the SDK using

index.html

Lines changed: 1 addition & 1 deletion
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.4-beta</code></small></h1>
50+
<h1 class="jumbotron-heading">Instabug Web SDK <small><code class="text-danger">1.2.0-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>

js/instabug-sdk.min.js

Lines changed: 1 addition & 4 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": "instabug-sdk",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"description": "the famous in-app bug reporting tool web sdk",
55
"main": "js/instabug-sdk.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)