Skip to content

Commit

Permalink
update version number to match branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ellemenno committed Dec 21, 2014
1 parent 2b17e92 commit c45a855
Show file tree
Hide file tree
Showing 3 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 @@ -12,7 +12,7 @@ Download the library into its matching sdk folder:

```bash
$ curl -L -o ~/.loom/sdks/sprint33/libs/Spec.loomlib \
https://github.com/pixeldroid/spec-ls/releases/download/v1.1.1/Spec-sprint33.loomlib
https://github.com/pixeldroid/spec-ls/releases/download/v1.1.2/Spec-sprint33.loomlib
```

To uninstall, simply delete the file:
Expand Down
2 changes: 1 addition & 1 deletion lib/src/pixeldroid/bdd/Spec.ls
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package pixeldroid.bdd

public class Spec
{
public static const version:String = '1.1.1';
public static const version:String = '1.1.2';

private static var things:Vector.<Thing> = [];
private static var reporters:ReporterManager = new ReporterManager();
Expand Down
Binary file modified terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c45a855

Please sign in to comment.