fastlane-plugin-flutter_versioner 0.1.1 → 0.1.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db5ae03b487912dd8c620536eead7514a6ee60c5d9b35170ae988651683210a4
|
4
|
+
data.tar.gz: 6b18ef196803ab1eab1618d6f48540df0d1161a857c1d8fe3c000e11d042e814
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6adc987c072ed36442c0ea057eaf6a3772a0a713f26b6a2dfcfa8d4f9337c36ee3a1d2a54aea3ca874bdc700a1edee6c864b84e849f0f7030f7d222d5afdda6
|
7
|
+
data.tar.gz: afe51053d95a50b79e32456ae22f5c5067467ba803a408e650566231b3a4f5aee90d91000550c9bf4d76692e69412308bbe40b4fc6d9c6eaa9978950550547e6
|
data/README.md
CHANGED
@@ -116,6 +116,28 @@ flutter_versioner(pubspec_file_path:"./example/pubspec.yaml",
|
|
116
116
|
version_component:"major")
|
117
117
|
```
|
118
118
|
|
119
|
+
### 5. VERSION NAME
|
120
|
+
|
121
|
+
#### a. Set the flutter version name to `value` given
|
122
|
+
eg 1.1.1+1 -> 2.3.4+1
|
123
|
+
|
124
|
+
```
|
125
|
+
flutter_versioner(pubspec_file_path:"./example/pubspec.yaml",
|
126
|
+
value:"2.3.4",
|
127
|
+
version_component:"version_name")
|
128
|
+
```
|
129
|
+
|
130
|
+
### 6. VERSION
|
131
|
+
|
132
|
+
#### a. Set the flutter version name to `value` given
|
133
|
+
eg 1.1.1+1 -> 2.3.4+5
|
134
|
+
|
135
|
+
```
|
136
|
+
flutter_versioner(pubspec_file_path:"./example/pubspec.yaml",
|
137
|
+
value:"2.3.4+5",
|
138
|
+
version_component:"version")
|
139
|
+
```
|
140
|
+
|
119
141
|
|
120
142
|
## Run tests for this plugin
|
121
143
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-flutter_versioner
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Abhijith K
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: iamabhijith.k@gmail.com
|