Skip to content

Commit

Permalink
Merge pull request #9 from datalust/dev
Browse files Browse the repository at this point in the history
1.0.2 Release
  • Loading branch information
nblumhardt authored Jun 9, 2017
2 parents 7ce7491 + 4321137 commit b773c75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,6 @@ Benchmarks and results are included in the repository.

### Getting help

Please post issues [to the issue tracker], visit our [Gitter chat](https://gitter.im/datalust/superpower), or tag your [question on StackOverflow](http://stackoverflow.com/questions/tagged/superpower) with `superpower`.
Please post issues [to the issue tracker](https://github.com/datalust/superpower/issues), visit our [Gitter chat](https://gitter.im/datalust/superpower), or tag your [question on StackOverflow](http://stackoverflow.com/questions/tagged/superpower) with `superpower`.
_The repository's title arose out of a talk_ "Parsing Text: the Programming Superpower You Need at Your Fingertips" _given at [DDD Brisbane](http://dddbrisbane.com/) 2015._
4 changes: 2 additions & 2 deletions src/Superpower/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1.0.1-*",
"version": "1.0.2-*",

"description": "A parser combinator library for C#",
"authors": [ "Datalust", "Superpower Contributors", "Sprache Contributors" ],

"packOptions": {
"tags": [ "superpower", "parser" ],
"projectUrl": "https://github.com/nblumhardt/superpower",
"projectUrl": "https://github.com/datalust/superpower",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"iconUrl": "https://raw.githubusercontent.com/datalust/superpower/dev/asset/Superpower-White-400px.png"
},
Expand Down

0 comments on commit b773c75

Please sign in to comment.