Skip to content

Commit

Permalink
Merge pull request #52 from charan379/dev
Browse files Browse the repository at this point in the history
version 2.2.3
  • Loading branch information
charan379 authored Feb 28, 2024
2 parents 9c1ddc1 + fd94856 commit 2112bdd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# moviebunkers :clapper:

[![VERSION](https://img.shields.io/badge/VERSION-v2.2.2-sucess)](https://github.com/charan379/moviebunkers) [![LAST UPDATE](https://img.shields.io/badge/LAST--UPDATED-27--February--2024-sucess)](https://github.com/charan379/moviebunkers) [![AGPL License](https://img.shields.io/badge/LICENSE-GNU%20AGPLv3-informational)](https://www.gnu.org/licenses/agpl-3.0.en.html)
[![VERSION](https://img.shields.io/badge/VERSION-v3-sucess)](https://github.com/charan379/moviebunkers) [![LAST UPDATE](https://img.shields.io/badge/LAST--UPDATED-28--February--2024-sucess)](https://github.com/charan379/moviebunkers) [![AGPL License](https://img.shields.io/badge/LICENSE-GNU%20AGPLv3-informational)](https://www.gnu.org/licenses/agpl-3.0.en.html)

This is REST API application. Developed using Express, Nodejs , Typescript

Expand Down
Binary file added documentation/Project Documentation.docx
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moviebunkers",
"version": "2.2.1",
"version": "2.2.3",
"private": true,
"scripts": {
"start": "ts-node --files -r tsconfig-paths/register server.ts ",
Expand Down
2 changes: 1 addition & 1 deletion src/app/swagger/swagger.options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const swaggerOptions = {
info: {
title: "moviebunkers",
description: "moviebunkers backend server",
version: "2.2.2",
version: "2.2.3",
contact: {
name: "charan379",
url: "#",
Expand Down

0 comments on commit 2112bdd

Please sign in to comment.