Skip to content

Commit

Permalink
make apply
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Oct 1, 2022
1 parent cd9ec6e commit 0920a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ var manifest = struct {
Version string
}{
ID: "jira",
Version: "3.2.0",
Version: "3.2.1",
}
2 changes: 1 addition & 1 deletion webapp/src/manifest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is automatically generated. Do not modify it manually.

export const id = 'jira';
export const version = '3.2.0';
export const version = '3.2.1';

0 comments on commit 0920a3b

Please sign in to comment.