Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 committed Sep 19, 2024
1 parent 5b6a56b commit 5aa3732
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nodejs/FlightRadar24/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Entity = require("./entities/entity");
const Flight = require("./entities/flight");

const author = "Jean Loui Bernard Silva de Jesus";
const version = "1.3.32";
const version = "1.3.33";

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.32",
"version": "1.3.33",
"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 @@ -12,7 +12,7 @@
"""

__author__ = "Jean Loui Bernard Silva de Jesus"
__version__ = "1.3.33"
__version__ = "1.3.34"

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

0 comments on commit 5aa3732

Please sign in to comment.