Skip to content

Commit

Permalink
chore: release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toedter committed May 29, 2023
1 parent edf3620 commit 280209c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 280209c

Please sign in to comment.