Skip to content

Commit

Permalink
Update version number, change node test version
Browse files Browse the repository at this point in the history
  • Loading branch information
chdanielmueller committed Mar 12, 2016
1 parent b297a88 commit e42fb0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ general:
machine:
timezone: Europe/Zurich # Set the timezone
node:
version: 0.12.0 # Version of node to use
version: 0.10.33 # Version of node to use
environment: # Add some environment variables
JUNIT_REPORT_PATH: "$CIRCLE_TEST_REPORTS/junit/test-results.xml"
JUNIT_REPORT_STACK: 1
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": "swagger-jsdoc",
"version": "1.2.0",
"version": "1.2.1",
"description": "Generates swagger doc based on JSDoc",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e42fb0c

Please sign in to comment.