Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Dec 29, 2016
1 parent 2d21003 commit e56dc73
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.1.2] - 2016-12-29
### Fixed
- Typo causing AGS and Argus to fail

## [0.1.1] - 2016-12-29
### Added
- Missing comment definitions
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ $ npm start
- AGS language fails to tokenise

## Releases
### 0.1.2 - 2016-12-29
#### Fixed
- Typo causing AGS and Argus to fail

### 0.1.1 - 2016-12-29
#### Added
- Missing comment definitions
Expand All @@ -129,8 +133,4 @@ $ npm start

### 0.0.2 - 2016-12-28
#### Fixed
- Minor bugs

### 0.0.1 - 2016-12-28
#### Added
- Initial release of AGC Assembly
- Minor bugs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "agc-assembly",
"displayName": "AGC Assembly",
"version": "0.1.1",
"version": "0.1.2",
"description": "Syntax-highlighting for Apollo Guidance Computer (AGC) assembly source code",
"badges": [
{
"url": "https://img.shields.io/github/commits-since/wopian/agc-assembly/0.1.1.svg?style=flat-square",
"url": "https://img.shields.io/github/commits-since/wopian/agc-assembly/0.1.2.svg?style=flat-square",
"href": "https://david-dm.org/wopian/agc-assembly?type=dev",
"description": "GitHub Commits"
},
Expand Down

0 comments on commit e56dc73

Please sign in to comment.