Skip to content

Commit

Permalink
feat(*): updating community version to 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
notthetup committed Feb 19, 2024
1 parent 89bed3c commit 7331e4d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 29 deletions.
29 changes: 2 additions & 27 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
source "https://rubygems.org"

# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.8.5"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem 'github-pages', group: :jekyll_plugins

gem "webrick", "~> 1.8"
2 changes: 1 addition & 1 deletion docs/_includes/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h3 class="section-subheading text-muted">Everything you ever need to know about
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-bookmark fa-stack-1x fa-inverse"></i>
</span></a>
<h4 class="service-heading">UnetStack {% include_relative version.txt %} javadoc</h4>
<h4 class="service-heading">UnetStack 3.4.0 javadoc</h4>
<p class="text-muted">UnetStack programmer's reference<br />
(archived: <a href="javadoc/3.0/" target="_unet_api">v3.0.2 javadoc</a>, <a href="javadoc/3.1/" target="_unet_api">v3.1.0 javadoc</a>, <a href="javadoc/3.2/" target="_unet_api">v3.2.0 javadoc</a>, <a href="javadoc/3.3/" target="_unet_api">v3.3.0 javadoc</a>)</p>
</div>
Expand Down
Binary file added docs/downloads/unet-community-3.4.4.tgz
Binary file not shown.
Binary file added docs/downloads/unet-community-3.4.4.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0
3.4.4

0 comments on commit 7331e4d

Please sign in to comment.