diff --git a/README.md b/README.md index 6b2f6a7..1ca8169 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ FleetApp::Server.get_details("2012197.xyz", "core_keeper", "1234") ## Contributing -1. Fork it () +1. Fork it () 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) @@ -68,7 +68,4 @@ FleetApp::Server.get_details("2012197.xyz", "core_keeper", "1234") ## Contributors -- [Pauline De Polonia](https://github.com/paula4230) - creator -- [Manuel Tinio](https://github.com/Weltinio) - maintainer - [Xavi Ablaza](https://github.com/xaviablaza) - maintainer -- [Rafael Cadorna](https://github.com/jcads) - maintainer diff --git a/shard.yml b/shard.yml index 1a677c8..71f910e 100644 --- a/shard.yml +++ b/shard.yml @@ -1,17 +1,10 @@ name: fleet_app_client -version: 1.0.1 - +version: 1.0.2 authors: - - Pauline De Polonia - Xavi Ablaza - - Manuel Tinio - - Rafael Cadorna - -crystal: ~> 1.12.1 - +crystal: ~> 1.14.0 development_dependencies: webmock: github: manastech/webmock.cr branch: master - license: MIT