Skip to content

Commit e4b7e65

Browse files
authored
Merge pull request #8 from crowdsecurity/version_bump
soft bump
2 parents 2f117d7 + 4863e1f commit e4b7e65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": {
66
"group": null,
77
"name": "crowdsec-splunk-app",
8-
"version": "1.2.1"
8+
"version": "1.2.2"
99
},
1010
"author": [
1111
{

appserver/static/javascript/setup_page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require.config({
99
ReactDOM: "../app/" + app_name + "/javascript/vendor/react-dom.production.min",
1010
},
1111
scriptType: "module",
12-
urlArgs: "v=v1.2.1"
12+
urlArgs: "v=v1.2.2"
1313
});
1414

1515
require([

default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ label = CrowdSec
1717
[launcher]
1818
author=CrowdSec
1919
description=This app leverages the CrowdSec's CTI API to perform lookups on IPs
20-
version=1.2.1
20+
version=1.2.2
2121

2222
[package]
2323
id = crowdsec-splunk-app

0 commit comments

Comments
 (0)