Skip to content

Commit

Permalink
Version to 1.0 de Barcelona (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo Elezović authored Apr 27, 2020
1 parent c300feb commit c182a27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CK2ToEU4/Data_Files/configurables/version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version info

version = "0.2"
name = "de Barcelona - prerelease"
version = "1.0"
name = "de Barcelona"
descriptionLine = "Compatible with CK2 3.3 and EU4 1.29"
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ test_script:
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
artifacts:
- path: Release
name: CK2ToEU4-0.2Barcelona-prerelease
name: CK2ToEU4-1.0Barcelona
deploy:
- provider: GitHub
release: windows_development_build
description: Development version. Rebuilt automatically after every pull request.
auth_token:
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
repository: paradoxGameConverters/CK2ToEU4
artifact: CK2ToEU4-0.2Barcelona-prerelease
artifact: CK2ToEU4-1.0Barcelona
prerelease: true
force_update: true

0 comments on commit c182a27

Please sign in to comment.