Skip to content

Commit

Permalink
Ragusa to release (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo Elezović authored Dec 30, 2020
1 parent dbecd2f commit eedef1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EU4toV2/Data_Files/configurables/version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version info

version = "1.0R"
name = "Ragusa-prerelease"
name = "Ragusa"
descriptionLine = "compatible with 1.30 and previous"
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ test_script:
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
artifacts:
- path: Release
name: EU4ToVic2-1.0Ragusa-prerelease
name: EU4ToVic2-1.0Ragusa
deploy:
- provider: GitHub
release: windows_development_build
description: The most recent build of the development version
auth_token:
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
repository: paradoxGameConverters/EU4ToVic2
artifact: EU4ToVic2-1.0Ragusa-prerelease
artifact: EU4ToVic2-1.0Ragusa
prerelease: true
force_update: true

0 comments on commit eedef1e

Please sign in to comment.