diff --git a/backend/consts.js b/backend/consts.js index fe168e3..3e681cb 100644 --- a/backend/consts.js +++ b/backend/consts.js @@ -350,4 +350,4 @@ const YTDL_ARGS_WITH_VALUES = [ // we're using a Set here for performance exports.YTDL_ARGS_WITH_VALUES = new Set(YTDL_ARGS_WITH_VALUES); -exports.CURRENT_VERSION = 'v4.3'; +exports.CURRENT_VERSION = 'v4.3.1'; diff --git a/chart/Chart.yaml b/chart/Chart.yaml index aa4cac1..7d01fcf 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "4.3" +appVersion: "4.3.1" diff --git a/package.json b/package.json index a490cdb..94eab35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-dl-material", - "version": "4.3.0", + "version": "4.3.1", "license": "MIT", "scripts": { "ng": "ng", diff --git a/src/app/consts.ts b/src/app/consts.ts index 013e146..004cd7d 100644 --- a/src/app/consts.ts +++ b/src/app/consts.ts @@ -1 +1 @@ -export const CURRENT_VERSION = 'v4.3'; +export const CURRENT_VERSION = 'v4.3.1';