Skip to content

Commit

Permalink
Updated shields, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Domagoj Rukavina committed Jun 16, 2017
1 parent e8ffa42 commit 250a47e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![CircleCI](https://circleci.com/gh/shoutem/fetch-token-intercept/tree/master.svg?style=svg)](https://circleci.com/gh/shoutem/fetch-token-intercept/tree/master)
[![Code Climate](https://codeclimate.com/github/shoutem/fetch-token-intercept/badges/gpa.svg)](https://codeclimate.com/github/shoutem/fetch-token-intercept)
[![CircleCI](https://img.shields.io/circleci/project/github/shoutem/fetch-token-intercept.svg)](https://github.com/shoutem/fetch-token-intercept)
[![Code Climate](https://img.shields.io/codeclimate/github/shoutem/fetch-token-intercept.svg)]()
[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://raw.githubusercontent.com/shoutem/fetch-token-intercept/master/LICENSE)

# fetch-token-intercept
Library for easy renewing of access tokens in OAuth's refresh token flow. This library will monkey
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/fetch-token-intercept",
"version": "0.2.1",
"version": "0.2.2",
"description": "Fetch interceptor for managing refresh token flow.",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 250a47e

Please sign in to comment.