Skip to content

Commit

Permalink
Release 1.1.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored May 1, 2020
1 parent 6ea7639 commit c33d41e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Requires Crystal to be installed, see the [installation documentation](https://c
```bash
git clone https://github.com/Blacksmoke16/oq.git
cd oq/
shards build --production
shards build --production --release
```

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`.
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: oq
description: |
A performant, and portable jq wrapper thats facilitates the consumption and output of formats other than JSON; using jq filters to transform the data.
version: 1.0.3
version: 1.1.0

authors:
- George Dietrich <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oq
version: '1.0.3'
version: '1.1.0'
summary: A performant, and portable jq wrapper to support formats other than JSON
description: |
A performant, and portable jq wrapper thats facilitates the consumption and output of formats other than JSON; using jq filters to transform the data.
Expand Down
2 changes: 1 addition & 1 deletion src/oq.cr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require "./converters/*"

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

# The support formats that can be converted to/from.
enum Format
Expand Down

0 comments on commit c33d41e

Please sign in to comment.