Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesloetzsch committed Sep 8, 2023
1 parent 9853b8d commit 2c51c76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/nix/swlkup-backend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let
'';
};

version = "1.1.0";
version = "1.2.0";
pname = "swlkup-backend";
name = "${pname}-${version}";

Expand Down
2 changes: 1 addition & 1 deletion backend/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject swlkup-backend "1.1.0"
(defproject swlkup-backend "1.2.0"
:description "supervisor lookup backend"
:min-lein-version "2.0.0"
:dependencies [;; core
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swlkup-frontend",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"generate": "cd codegen && graphql-codegen generate",
Expand Down

0 comments on commit 2c51c76

Please sign in to comment.