Skip to content

Commit

Permalink
Fix metadata key
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei committed Sep 14, 2019
1 parent c2811a6 commit b3539f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/download_metadata.swift
Expand Up @@ -3,7 +3,7 @@
import Foundation

let glotPressSubtitleKey = "app_store_subtitle"
let glotPressWhatsNewKey = "v4.10-whats-new"
let glotPressWhatsNewKey = "v4.10.0-whats-new"
let glotPressDescriptionKey = "app_store_desc"
let glotPressKeywordsKey = "app_store_keywords"
let baseFolder = "./metadata"
Expand Down

0 comments on commit b3539f1

Please sign in to comment.