Skip to content

Commit

Permalink
changed version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 committed Apr 15, 2024
1 parent 29bf68f commit 494896d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ npm install flightradarapi
```

## Documentation
Explore the documentation of FlightRadarAPI package, for Python or NodeJS, through [this site](https://JeanExtreme002.github.io/FlightRadarAPI/)
Explore the documentation of FlightRadarAPI package, for Python or NodeJS, through [this site](https://JeanExtreme002.github.io/FlightRadarAPI/).
2 changes: 1 addition & 1 deletion nodejs/FlightRadar24/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Entity = require("./entities/entity");
const Flight = require("./entities/flight");

const author = "Jean Loui Bernard Silva de Jesus";
const version = "1.3.26";
const version = "1.3.27";

module.exports = {
FlightRadar24API,
Expand Down
4 changes: 2 additions & 2 deletions nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flightradarapi",
"version": "1.3.26",
"version": "1.3.27",
"description": "SDK for FlightRadar24",
"main": "./FlightRadar24/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion python/FlightRadar24/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

__author__ = "Jean Loui Bernard Silva de Jesus"
__version__ = "1.3.26"
__version__ = "1.3.27"

from .api import FlightRadar24API, FlightTrackerConfig
from .entities import Airport, Entity, Flight

0 comments on commit 494896d

Please sign in to comment.