Skip to content

Commit

Permalink
Merge pull request #6 from temando/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
nfour authored Jul 5, 2017
2 parents 92034dd + 6fcb72f commit 007089c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-openapi-documentation",
"version": "0.1.0",
"version": "0.2.0",
"description": "Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration",
"main": "index.js",
"author": "Abilio Henrique <abilio.henrique@temando.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/DefinitionGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { clone, merge } from './utils';

export class DefinitionGenerator {
// The OpenAPI version we currently validate against
public version = '3.0.0-RC1';
public version = '3.0.0-RC2';

// Base configuration object
public definition = <IDefinition> {
Expand Down

0 comments on commit 007089c

Please sign in to comment.