Skip to content

Commit c33d41e

Browse files
authored
Release 1.1.0 (#59)
1 parent 6ea7639 commit c33d41e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Requires Crystal to be installed, see the [installation documentation](https://c
3737
```bash
3838
git clone https://github.com/Blacksmoke16/oq.git
3939
cd oq/
40-
shards build --production
40+
shards build --production --release
4141
```
4242

4343
The built binary will be available as `./bin/oq`. This can be relocated elsewhere on your machine; be sure it is in your `PATH` to access it as `oq`.

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: oq
33
description: |
44
A performant, and portable jq wrapper thats facilitates the consumption and output of formats other than JSON; using jq filters to transform the data.
55
6-
version: 1.0.3
6+
version: 1.1.0
77

88
authors:
99
- George Dietrich <[email protected]>

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oq
2-
version: '1.0.3'
2+
version: '1.1.0'
33
summary: A performant, and portable jq wrapper to support formats other than JSON
44
description: |
55
A performant, and portable jq wrapper thats facilitates the consumption and output of formats other than JSON; using jq filters to transform the data.

src/oq.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require "./converters/*"
66

77
# A performant, and portable jq wrapper thats facilitates the consumption and output of formats other than JSON; using jq filters to transform the data.
88
module OQ
9-
VERSION = "1.0.3"
9+
VERSION = "1.1.0"
1010

1111
# The support formats that can be converted to/from.
1212
enum Format

0 commit comments

Comments
 (0)