Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaillard committed Oct 19, 2015
2 parents 043422b + 3fe7bda commit a95c10e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 14 deletions.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/.settings export-ignore
/src/test export-ignore
/.buildpath export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.project export-ignore
/.travis.yml export-ignore
/code-climate-test-reporter export-ignore
/composer.lock export-ignore
/Gruntfile.js export-ignore
/package.json export-ignore
/phpunit.xml export-ignore

* text eol=lf
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "gomoob/php-pushwoosh",
"description" : "A PHP Library to easily work with the Pushwoosh REST Web Services.",
"version" : "1.0.7",
"version" : "1.0.8",
"license" : "MIT",
"type" : "library",
"keywords" : [
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gomoob-php-pushwoosh",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository" : {
"type" : "git",
Expand Down

0 comments on commit a95c10e

Please sign in to comment.