Skip to content

Commit 13a145e

Browse files
committed
0.11.0
1 parent f30137a commit 13a145e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## Unreleased
88

9+
## 0.11.0 - 2020-09-12
10+
911
### Added
1012

1113
- New trivia questions from _Bloodline_ and _The Clone Wars_

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { getYesNoResponse } from "helpers";
22

3-
const SW_TRIVIA_VERSION = "0.10.0";
3+
const SW_TRIVIA_VERSION = "0.11.0";
44
const TARGET_DENO_VERSION = "1.3.3";
55

66
export function printVersion(): void {

0 commit comments

Comments
 (0)