mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-18 02:42:34 +01:00
chore: Add version code string to repo
This commit is contained in:
parent
5e105c5b04
commit
dc1f1e6623
@ -23,7 +23,7 @@ platform :android do
|
|||||||
)
|
)
|
||||||
last_version = versions[0].to_i
|
last_version = versions[0].to_i
|
||||||
Dir.chdir("../..") do
|
Dir.chdir("../..") do
|
||||||
re = /version:\s([0-9]*\.[0-9]*\.[0-9]*)\+[0-9]/i
|
re = /version:\s([0-9]*\.[0-9]*\.[0-9]*)\+[0-9]*/i
|
||||||
config = File.read("./pubspec.yaml")
|
config = File.read("./pubspec.yaml")
|
||||||
version_name = config.match(re).captures
|
version_name = config.match(re).captures
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: fluffychat
|
name: fluffychat
|
||||||
description: Chat with your friends.
|
description: Chat with your friends.
|
||||||
publish_to: none
|
publish_to: none
|
||||||
version: 0.41.1+1
|
version: 0.41.1+1410
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.6.0 <3.0.0"
|
sdk: ">=2.6.0 <3.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user