Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Oct 15, 2018
1 parent cee5f70 commit 703ac23
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v1.6.4.1 (15-Oct-2018)

- Changed to a different geoip provider, again. This fixes issues with LightBulb not being able to acquire location and sunrise/sunset times automatically since Oct 8th.
- Fixed "Configure" tray menu item not doing anything.

### v1.6.4 (23-Jul-2018)

- Improved the temperature calculation algorithm so that it works for those cases when sunset happens at night.
Expand Down
2 changes: 1 addition & 1 deletion Deploy/Choco/lightbulb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lightbulb</id>
<version>1.6.4</version>
<version>1.6.4.1</version>
<packageSourceUrl>https://github.com/Tyrrrz/LightBulb</packageSourceUrl>
<owners>Tyrrrz</owners>
<title>LightBulb</title>
Expand Down
2 changes: 1 addition & 1 deletion Deploy/Choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$packageName= 'lightbulb'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/Tyrrrz/LightBulb/releases/download/1.6.4/LightBulb-Installer.exe'
$url = 'https://github.com/Tyrrrz/LightBulb/releases/download/1.6.4.1/LightBulb-Installer.exe'
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
Expand Down
2 changes: 1 addition & 1 deletion Deploy/Installer/Installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "LightBulb"
#define MyAppVersion "1.6.4"
#define MyAppVersion "1.6.4.1"
#define MyAppPublisher "Alexey 'Tyrrrz' Golub"
#define MyAppURL "http://tyrrrz.me/Projects/LightBulb"

Expand Down
4 changes: 2 additions & 2 deletions LightBulb/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
[assembly: AssemblyVersion("1.6.4")]
[assembly: AssemblyFileVersion("1.6.4")]
[assembly: AssemblyVersion("1.6.4.1")]
[assembly: AssemblyFileVersion("1.6.4.1")]

0 comments on commit 703ac23

Please sign in to comment.