Skip to content

Commit

Permalink
2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TerribleDev committed Feb 21, 2018
1 parent 88bf254 commit 113692b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
GEM
remote: http://rubygems.org/
specs:
albacore (2.0.4)
albacore (3.0.1)
map (~> 6.5)
nokogiri (~> 1.5)
rake (> 10)
rake (~> 10)
semver2 (~> 3.4)
map (6.6.0)
mini_portile2 (2.0.0)
nokogiri (1.6.7.2-x64-mingw32)
mini_portile2 (~> 2.0.0.rc2)
os (0.9.6)
rake (11.1.1)
mini_portile2 (2.3.0)
nokogiri (1.8.2-x64-mingw32)
mini_portile2 (~> 2.3.0)
os (1.0.0)
rake (10.5.0)
semver2 (3.4.2)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
TOOLS = File.expand_path("tools")
NUGET = File.expand_path("#{TOOLS}/nuget")
NUGET_EXE = File.expand_path("#{TOOLS}/nuget/nuget.exe")
@version = "2.19.0"
@version = "2.20.0"
PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir }

desc 'Retrieve things'
Expand Down

0 comments on commit 113692b

Please sign in to comment.