Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Commit 84bc7b7

Browse files
committed
Upgrade dependencies, upgrade to search in 7.3
1 parent 8abd821 commit 84bc7b7

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</dict>
116116
</dict>
117117
<key>version</key>
118-
<string>1.1.4</string>
118+
<string>1.1.5</string>
119119
<key>webaddress</key>
120120
<string>https://github.com/spinscale/alfred-workflow-elastic-docs</string>
121121
</dict>

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alfred-elastic",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"author": "Alexander Reelsen",
55
"license": "Apache-2.0",
66
"repository": {
@@ -20,6 +20,6 @@
2020
"devDependencies": {
2121
"chai": "4.2.0",
2222
"nyc": "14.1.1",
23-
"mocha": "6.1.4"
23+
"mocha": "6.2.0"
2424
}
2525
}

src/parser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict'
2-
const CURRENT_VERSION = '7.2'
2+
const CURRENT_VERSION = '7.3'
33

44
const _ = require('underscore')
55

test/parser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('parser', () => {
66

77
it('should parse', (done) => {
88
expect(parser.parse('foo').query).to.equal('foo')
9-
expect(parser.parse('foo').version).to.equal('7.2')
9+
expect(parser.parse('foo').version).to.equal('7.3')
1010
done()
1111
})
1212

0 commit comments

Comments
 (0)