Skip to content

Commit 007089c

Browse files
authored
Merge pull request #6 from temando/bump-version
Bump version
2 parents 92034dd + 6fcb72f commit 007089c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-openapi-documentation",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration",
55
"main": "index.js",
66
"author": "Abilio Henrique <[email protected]>",

src/DefinitionGenerator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { clone, merge } from './utils';
77

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

1212
// Base configuration object
1313
public definition = <IDefinition> {

0 commit comments

Comments
 (0)