Skip to content

Commit bc4bcd1

Browse files
committed
docs: Version 0.3.1
1 parent 2eba417 commit bc4bcd1

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to the "Without Guns" extension will be documented in this f
33

44
The format of the file is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

6+
## [0.3.1] - 2017-10-14
7+
### Added
8+
- Visual Studio Marketplace badge.
9+
610
## [0.3.0] - 2017-10-14
711
### Added
812
- "Guns: With" and "Guns: Without" commands are context sensitive. (They are active only if the Guns are currently taken or not, respectively.)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ No. I'm dead serious about programming without guns.
7575
## Release Notes
7676
All notable changes to the *Without Guns* extension are documented in the [changelog](CHANGELOG.md). Below is the excerpt from the changelog that lists only the major changes.
7777

78+
### 0.3.1
79+
- Adds the Visual Studio Marketplace badge.
80+
7881
### 0.3.0
7982
- "Guns: With" and "Guns: Without" commands are context sensitive. (They are active only if the Guns are currently taken or not, respectively.)
8083

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "without-guns",
33
"displayName": "Without Guns",
44
"description": "Takes your guns from you and teaches you mindful programming",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"publisher": "ironcev",
77
"license": "MIT",
88
"author": {

0 commit comments

Comments
 (0)