fastlane-plugin-flutter_version 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce3aa6cd147116a2aa4849864bfcdb12443d211211349baa52bd1a71f2ed3084
4
- data.tar.gz: d7c0f4ce4f0b14d44d63261cd49d8acf91974bb1091ebc70029ff264cd5255ec
3
+ metadata.gz: 9a8152dd63a14c16935f1dcab4976acc00f9e94a03ac9f983782efdaae852b9a
4
+ data.tar.gz: 832475f6b0e814c62925348e2fc301009b324acf97a8346d1c36f217bf4473e9
5
5
  SHA512:
6
- metadata.gz: 642d42d5398dfcc79650db78968853c658f27bde1849bba6c1a3c319c3a0691d972535889ae8a4182f247fada6f2385bfad6c5c99d11bb2f3d757fa0280aee20
7
- data.tar.gz: 11cde6e8201ff1b1c25826cfb6a2c2292767fd2677b15185dcc543d8168837c983845b0cd39a129c62625d724e793dab17958ea99c7276a54de9d615d0e8c6e4
6
+ metadata.gz: 5931656b6fc3788496373d4ea0c1bf1d91cba210e81735dab23c974443fc3ee523b620d4392c74ebff2891d8487f68372b9046c1b6e9a8031b1aa26d65a3ea39
7
+ data.tar.gz: c2890144785b6669c8fca5e9bc28e0e404d482cefda634cf7090bda1c6d49bed2cdc68f7ad59282d973f3f4deef79d4305b681381e0ce0c704a952e148e17800
data/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-flutter_version)
4
4
  [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/tianhaoz95/fastlane-plugin-flutter_version)
5
5
 
6
+ flutter_version is a Fastlane plugin to retrieve version code from Flutter projects which can be used to release changlogs and other metadata to marketplaces.
7
+
6
8
  ## Getting Started
7
9
 
8
10
  This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-flutter_version`, add it to your project by adding the following lines in `Gemfile`:
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FlutterVersion
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-flutter_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - tianhaoz95