Skip to content

Commit

Permalink
Version bump (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
naseberry authored and UsmanAfzal committed Mar 6, 2019
1 parent ecf7f41 commit b723929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pugin.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'pugin/version'

module Pugin
ASSET_VERSION = '1.12.2'.freeze
ASSET_VERSION = '1.12.3'.freeze
ASSET_LOCATION_URL = ENV.fetch('ASSET_LOCATION_URL', 'https://static.parliament.uk/pugin')
STATIC_ASSET_LOCATION_URL = ENV.fetch('STATIC_ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1live.static-assets')
STATIC_ASSET_PUBLIC_LOCATION_URL = ENV.fetch('STATIC_ASSET_PUBLIC_LOCATION_URL', 'https://static.parliament.uk/assets-public')
Expand Down
2 changes: 1 addition & 1 deletion lib/pugin/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pugin
VERSION = '1.10.8'.freeze
VERSION = '1.10.9'.freeze
end

0 comments on commit b723929

Please sign in to comment.