From 58be7e0b4a030e8fadcbf14bbf9c6f33e632e6ac Mon Sep 17 00:00:00 2001 From: Szymon Nowicki Date: Mon, 17 Sep 2018 20:20:03 +0200 Subject: [PATCH] 1.0.0 - updated readme, version bump to stable --- README.md | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f5cc324..7ca1af5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![Build Status](https://travis-ci.org/eskalacja/agentslug-node.svg?branch=master)](https://travis-ci.org/eskalacja/agentslug-node) [![Coverage Status](https://coveralls.io/repos/github/eskalacja/agentslug-node/badge.svg?branch=master)](https://coveralls.io/github/eskalacja/agentslug-node?branch=master) [![npm version](https://badge.fury.io/js/agentslug.svg)](https://badge.fury.io/js/agentslug) -## Important - this is an alpha version, this readme is a draft as well -If you'd like to use this piece of software, please keep in mind this is an alpha version, `Ping` API still might be changed. ## What is it? This package is the client SDK for AgentSlug.com services. Currently it supports `Ping` which is a client for AgentSlug.com application uptime monitoring. diff --git a/package.json b/package.json index e954efb..be69cc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agentslug", - "version": "0.7.1", + "version": "1.0.0", "description": "AgentSlug.com node SDK", "main": "index.js", "scripts": {