Skip to content

Commit 00a761b

Browse files
committed
Switch to stable luya release channel
1 parent 66f493c commit 00a761b

3 files changed

Lines changed: 608 additions & 357 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7-
1.0.3 (in progress)
7+
1.0.3 (12. December 2017)
88
--------------------
99

10+
+ Switch to stable luya release channel
11+
1012
1.0.2 (28. May 2017)
1113
-------------------
1214

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"issues" : "https://github.com/nadar/github-markdown-fixer/issues"
1717
},
1818
"require": {
19-
"luyadev/luya-core": "1.0.0-RC3"
19+
"luyadev/luya-core": "~1.0.0"
2020
},
2121
"autoload" : {
2222
"psr-4" : {
@@ -33,7 +33,9 @@
3333
"dev-master": "1.0.x-dev"
3434
}
3535
},
36-
"bin" : ["src/gmf"],
36+
"bin" : [
37+
"src/gmf"
38+
],
3739
"require-dev": {
3840
"luyadev/luya-testsuite": "~1.0.0"
3941
}

0 commit comments

Comments
 (0)