Skip to content

Commit 02ba19a

Browse files
bump version to 0.13.0
1 parent 9397f2c commit 02ba19a

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Run make new_version after changing this version
2-
VERSION=1.12.0
2+
VERSION=1.13.0
33

44
.PHONY: compile_app_binary
55
compile_app_binary:

app/onepassword_events_api/appserver/static/build/main_d5328b2d0ed4fe320891.js app/onepassword_events_api/appserver/static/build/main_e19be57d3f3102730226.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"main.css": "main_f258fb22871ac046d2fc.css",
3-
"main.js": "main_d5328b2d0ed4fe320891.js"
3+
"main.js": "main_e19be57d3f3102730226.js"
44
}

app/onepassword_events_api/appserver/static/javascript/views/setup_page.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const CUSTOM_CONF_STANZA = "config";
1919
const SECRET_REALM = "events_reporting_realm";
2020
const SECRET_NAME = "events_api_token";
2121

22-
export const VERSION = "1.12.0";
22+
export const VERSION = "1.13.0";
2323
export const HOST = "1password.com";
2424

2525
export const onepassword_name_space = {

app/onepassword_events_api/default/app.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[install]
22
is_configured = 0
3-
build = 1120
3+
build = 1130
44

55
[package]
66
id = onepassword_events_api
@@ -13,7 +13,7 @@ setup_view = setup_page_dashboard
1313
[launcher]
1414
author = 1Password - Insights
1515
description = Gain insight into your 1Password activity with 1Password Events Reporting for Splunk.
16-
version = 1.12.0
16+
version = 1.13.0
1717

1818
[triggers]
1919
reload.events_reporting = simple

app/onepassword_events_api/default/data/ui/views/setup_page_dashboard.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifi
88
<dashboard isDashboard="false"
99
hideTitle="true"
1010
version="1.1"
11-
script="build/main_d5328b2d0ed4fe320891.js"
11+
script="build/main_e19be57d3f3102730226.js"
1212
stylesheet="build/main_f258fb22871ac046d2fc.css">
1313
<label>Configurations</label>
1414
<row>

app/onepassword_events_api/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/onepassword_events_api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onepassword_events_api",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "This application includes a scripted input to ingest data into Splunk from the Events Reporting API. After completing setup you will be able to monitor and alert on important 1Password event data.",
55
"main": "appserver/static/javascripts/setup_page.js",
66
"directories": {

0 commit comments

Comments
 (0)