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

Commit

Permalink
💎 Release 1.2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
migaber committed Sep 11, 2017
1 parent 155ada3 commit 9958524
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Instabug web SDK 1.1.4-beta
# Instabug web SDK 1.2.0-beta
## Overview
Instabug web sdk is a javascript library provides an easy way to report bugs from your website or webapp.

Expand All @@ -11,7 +11,7 @@ Instabug Web SDK requires no special requirements, and has no dependecies on oth
#### Manual Installation
You can include instabug web sdk to your website just copy the below lines into the end of your page `<body>` tag
```html
<script src='https://s3.amazonaws.com/instabug-pro/sdk_releases/instabugsdk-1.1.4-beta.min.js'></script>
<script src='https://s3.amazonaws.com/instabug-pro/sdk_releases/instabugsdk-1.2.0-beta.min.js'></script>
```
#### `bower` installation (recommended)
You can install the SDK using
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h4 class="text-white">Reach Us</h4>

<section class="jumbotron text-center">
<div class="container">
<h1 class="jumbotron-heading">Instabug Web SDK <small><code class="text-danger">1.1.4-beta</code></small></h1>
<h1 class="jumbotron-heading">Instabug Web SDK <small><code class="text-danger">1.2.0-beta</code></small></h1>
<p class="lead text-muted">The top apps in the world rely on Instabug for beta testing, user engagement and crash reporting.
Gather feedback from your beta testers and have live conversations with your users.</p>
<p>
Expand Down
5 changes: 1 addition & 4 deletions js/instabug-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instabug-sdk",
"version": "1.1.4",
"version": "1.2.0",
"description": "the famous in-app bug reporting tool web sdk",
"main": "js/instabug-sdk.min.js",
"scripts": {
Expand Down

0 comments on commit 9958524

Please sign in to comment.