Skip to content

Commit bd17934

Browse files
committed
bump version to 1.2.3
1 parent 1fca81e commit bd17934

File tree

4 files changed

+14
-19
lines changed

4 files changed

+14
-19
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.2"
8+
"version": "1.2.3"
99
},
1010
"author": [
1111
{

appserver/static/javascript/setup_page.js

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,16 @@
33
var app_name = "./crowdsec-splunk-app";
44

55
require.config({
6-
paths: {
7-
myApp: "../app/" + app_name + "/javascript/views/app",
8-
react: "../app/" + app_name + "/javascript/vendor/react.production.min",
9-
ReactDOM: "../app/" + app_name + "/javascript/vendor/react-dom.production.min",
10-
},
11-
scriptType: "module",
12-
urlArgs: "v=v1.2.2"
6+
paths: {
7+
myApp: "../app/" + app_name + "/javascript/views/app",
8+
react: "../app/" + app_name + "/javascript/vendor/react.production.min",
9+
ReactDOM:
10+
"../app/" + app_name + "/javascript/vendor/react-dom.production.min",
11+
},
12+
scriptType: "module",
13+
urlArgs: "v=v1.2.3",
1314
});
1415

15-
require([
16-
"react",
17-
"ReactDOM",
18-
"myApp",
19-
], function (react, ReactDOM, myApp) {
20-
ReactDOM.render(myApp, document.getElementById('main_container'));
21-
})
22-
23-
;
16+
require(["react", "ReactDOM", "myApp"], function (react, ReactDOM, myApp) {
17+
ReactDOM.render(myApp, document.getElementById("main_container"));
18+
});

bin/cssmoke.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def stream(self, records):
124124
headers = {
125125
"x-api-key": api_key,
126126
"Accept": "application/json",
127-
"User-Agent": "crowdSec-splunk-app/v1.0.0",
127+
"User-Agent": "crowdSec-splunk-app/v1.2.3",
128128
}
129129

130130
allowed_fields = None

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.2
20+
version=1.2.3
2121

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

0 commit comments

Comments
 (0)