diff --git a/README.md b/README.md index 20cda30..11c3758 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/SunGard-Labs/sg-protractor-tools.svg)](https://travis-ci.org/SunGard-Labs/sg-protractor-tools) -Version: 1.0.4-SNAPSHOT +Version: 1.0.4 This library provides a reusable and generic set of helper functions for the Protractor test framework, which SunGard is using for testing its HTML5-based user interfaces. It includes functions that simplify things like browser resizing, scrolling and memory usage tracking as part of a test suite. The project bundles an example application that showcases the functionality. diff --git a/package.json b/package.json index 1646a5b..1f980ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sg-protractor-tools", - "version": "1.0.4-SNAPSHOT", + "version": "1.0.4", "description": "Library of reusable helper functions for testing HTML5 applications with Protractor", "main": "index.js", "directories": {