Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Winkler committed Jan 25, 2016
1 parent b5d5a14 commit a12d75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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": "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": {
Expand Down

0 comments on commit a12d75c

Please sign in to comment.