From 280209c5b370f0ec71ed4ace7757eab10f1e8cc7 Mon Sep 17 00:00:00 2001 From: Kai Toedter Date: Mon, 29 May 2023 11:47:13 +0200 Subject: [PATCH] chore: release version 1.2.1 --- build.gradle | 2 +- package.json | 2 +- src/app/app.component.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index a3ff000..6326865 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ yarn_build.dependsOn yarn_install, yarn_lint //, yarn_test build.dependsOn yarn_build -version = '1.2.1-SNAPSHOT' +version = '1.2.1' configurations { docs diff --git a/package.json b/package.json index 05aef7e..2e960a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hal-explorer", - "version": "1.2.1-snapshot", + "version": "1.2.1", "license": "MIT", "repository": "https://github.com/toedter/hal-explorer", "bugs": "https://github.com/toedter/hal-explorer/issues", diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 32a0908..bd3b48e 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -67,7 +67,7 @@ export class AppComponent implements OnInit { useHttpOptions = false; enableAllHttpMethodsForLinks = false; - version = '1.2.1-SNAPSHOT'; + version = '1.2.1'; isSnapshotVersion = this.version.endsWith('SNAPSHOT'); constructor(