Skip to content

Commit

Permalink
1.8.3 - Added Xayah & Rakan
Browse files Browse the repository at this point in the history
Champion list is now loaded from GitHub instead of being hardcoded
  • Loading branch information
JohandeGraaf committed Apr 10, 2017
1 parent 5b3f7d9 commit e4d62fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LoLFlavor Sync.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.2
1.8.3
5 changes: 3 additions & 2 deletions LoLFlavor Sync/LoLFlavor Sync/Domain/GlobalVars.vb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Namespace Global.LoLFlavor_Sync.Domain
Module GlobalVars
Public Property AllChampions As List(Of Champion)

Public Property VersionLocal As String = "1.8.2"
Public Property VersionLocal As String = "1.8.3"
Public Property VersionOnline As String
Public Property VersionUrl As New Uri("https://raw.githubusercontent.com/JohandeGraaf/LoLFlavor-Sync/master/LoLFlavor%20Sync.version?rand=" & (New Random).Next(0, 9999), UriKind.Absolute)
Public Property VersionLFS As New Uri("http://lolflavor.com/Api/buildFree/GetVersion", System.UriKind.Absolute)
Expand Down Expand Up @@ -66,7 +66,8 @@ Namespace Global.LoLFlavor_Sync.Domain
"1.8.0 - Added Taliyah" & Environment.NewLine &
"1.8.1 - Added Kled" & Environment.NewLine &
"1.8.2 - Added Camile & Ivern" & Environment.NewLine &
"1.8.3 - Added Xayah & Rakan"
"1.8.3 - Added Xayah & Rakan," & Environment.NewLine &
" Champion list is now loaded from GitHub instead of being hardcoded."

Public Property About As String =
"LoLFlavor Sync - Version " & VersionLocal & Environment.NewLine &
Expand Down

0 comments on commit e4d62fb

Please sign in to comment.