Skip to content

Commit 5656a44

Browse files
committed
prep for v1.3.0
1 parent b414984 commit 5656a44

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
### 1.3.0 - 1.2.0 (2017 Jul 27)
3+
4+
* [b414984] Krisztián Gödrei - use msbuild for xamarin build commands (#49) (2017 Jul 27)
5+
6+
27
### 1.2.0 - 1.1.0 (2017 Jun 22)
38

49
* [e739d2d] Viktor Benei - deps update (#47) (2017 Jun 22)
@@ -201,3 +206,4 @@
201206

202207

203208

209+

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// VERSION ...
4-
const VERSION = "1.2.0"
4+
const VERSION = "1.3.0"

0 commit comments

Comments
 (0)