Skip to content

Commit

Permalink
0.1.2: give up on nim bugs for tonight
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Sep 6, 2020
1 parent 5386b68 commit d123cfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [version-1-0, version-1-2, devel]
branch: [devel]
target: [linux, macos, windows]
include:
- target: linux
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Test Matrix](https://github.com/disruptek/jason/workflows/CI/badge.svg)](https://github.com/disruptek/jason/actions?query=workflow%3ACI)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/disruptek/jason?style=flat)](https://github.com/disruptek/jason/releases/latest)
![Minimum supported Nim version](https://img.shields.io/badge/nim-1.0.8%2B-informational?style=flat&logo=nim)
![Minimum supported Nim version](https://img.shields.io/badge/nim-1.3.5%2B-informational?style=flat&logo=nim)
[![License](https://img.shields.io/github/license/disruptek/jason?style=flat)](#license)
[![buy me a coffee](https://img.shields.io/badge/donate-buy%20me%20a%20coffee-orange.svg)](https://www.buymeacoffee.com/disruptek)

Expand Down
2 changes: 1 addition & 1 deletion jason.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.1.1"
version = "0.1.2"
author = "disruptek"
description = "compile-time json"
license = "MIT"
Expand Down

0 comments on commit d123cfd

Please sign in to comment.