Skip to content

Commit a40d1ea

Browse files
Merge pull request #6 from bruno-pt/develop
Develop
2 parents ec11511 + d72e5fc commit a40d1ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ "develop" ]
8+
branches: ["develop"]
99
pull_request:
10-
branches: [ "main" ]
10+
branches: ["main"]
1111

1212
jobs:
1313
build:

swagger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const swaggerAutogen = require('swagger-autogen')({
44

55
const doc = {
66
info: {
7-
version: '1.0.1', // by default: '1.0.0'
7+
version: '1.0.2', // by default: '1.0.0'
88
title: 'Whappi API Documentation', // by default: 'REST API'
99
description: 'API that allows you to send and receive messages from Whatsapp.', // by default: ''
1010
},

0 commit comments

Comments
 (0)