Skip to content

Commit 1fe2c31

Browse files
markkasaboskiMark Kasaboski
andauthored
Bumps version from v0.1.0 to v1.0.0 (#41)
Co-authored-by: Mark Kasaboski <mark.kasaboski@gmail.com>
1 parent 2e7af15 commit 1fe2c31

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

RELEASE_NOTES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Flare
22

3+
4+
1.0.0
5+
-----
6+
* Release of Splunk Flare app.
7+
38
0.1.0
49
-----
5-
* Initial pre-release of Splunk Flare app.
10+
* Initial pre-release of Splunk Flare app.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splunk/flare",
3-
"license": "UNLICENSED",
3+
"license": "Apache 2.0",
44
"private": true,
55
"scripts": {
66
"build": "lerna run build",

packages/flare/src/main/resources/splunk/default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ supported_themes = light, dark
2121
[launcher]
2222
author = Flare Systems
2323
description = The Flare app allows you to integrate your Flare alerts with the Splunk platform.
24-
version = 0.1.0
24+
version = 1.0.0
2525

2626
[triggers]
2727
reload.splunk_create = simple

0 commit comments

Comments
 (0)