Skip to content

Commit

Permalink
chore: prepare version 1.2.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
toedter committed May 29, 2023
1 parent 280209c commit eb09c24
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'
version = '1.2.2-SNAPSHOT'

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",
"version": "1.2.2-snapshot",
"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';
version = '1.2.2-SNAPSHOT';
isSnapshotVersion = this.version.endsWith('SNAPSHOT');

constructor(
Expand Down

0 comments on commit eb09c24

Please sign in to comment.