chore: Add version code string to repo

This commit is contained in:
Krille Fear 2021-09-24 14:59:17 +02:00
parent 95ac7434e0
commit a62f55d4c8
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ platform :android do
)
last_version = versions[0].to_i
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")
version_name = config.match(re).captures

View file

@ -1,7 +1,7 @@
name: fluffychat
description: Chat with your friends.
publish_to: none
version: 0.41.1+1
version: 0.41.1+1410
environment:
sdk: ">=2.6.0 <3.0.0"