diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 7d01fcf..1d514ad 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.1" +appVersion: "4.3.2" diff --git a/package.json b/package.json index ad832ce..c34d535 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-dl-material", - "version": "4.3.1", + "version": "4.3.2", "license": "MIT", "scripts": { "ng": "ng", diff --git a/src/app/consts.ts b/src/app/consts.ts index 004cd7d..74af944 100644 --- a/src/app/consts.ts +++ b/src/app/consts.ts @@ -1 +1 @@ -export const CURRENT_VERSION = 'v4.3.1'; +export const CURRENT_VERSION = 'v4.3.2';