forked from shibao/cannery
		
	bump version
This commit is contained in:
		@@ -1,3 +1,7 @@
 | 
				
			|||||||
 | 
					# v0.4.1
 | 
				
			||||||
 | 
					- Fix button and tag text wrapping
 | 
				
			||||||
 | 
					- Code quality fixes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# v0.4.0
 | 
					# v0.4.0
 | 
				
			||||||
- Make tables sortable
 | 
					- Make tables sortable
 | 
				
			||||||
- Add link to changelog from version number
 | 
					- Add link to changelog from version number
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -133,7 +133,7 @@ defmodule CanneryWeb.HomeLive do
 | 
				
			|||||||
                to: "https://gitea.bubbletea.dev/shibao/cannery/src/branch/stable/CHANGELOG.md",
 | 
					                to: "https://gitea.bubbletea.dev/shibao/cannery/src/branch/stable/CHANGELOG.md",
 | 
				
			||||||
                target: "_blank",
 | 
					                target: "_blank",
 | 
				
			||||||
                rel: "noopener noreferrer" do %>
 | 
					                rel: "noopener noreferrer" do %>
 | 
				
			||||||
            <p>0.4.0</p>
 | 
					            <p>0.4.1</p>
 | 
				
			||||||
            <i class="fas fa-md fa-info-circle"></i>
 | 
					            <i class="fas fa-md fa-info-circle"></i>
 | 
				
			||||||
          <% end %>
 | 
					          <% end %>
 | 
				
			||||||
        </li>
 | 
					        </li>
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								mix.exs
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								mix.exs
									
									
									
									
									
								
							@@ -4,7 +4,7 @@ defmodule Cannery.MixProject do
 | 
				
			|||||||
  def project do
 | 
					  def project do
 | 
				
			||||||
    [
 | 
					    [
 | 
				
			||||||
      app: :cannery,
 | 
					      app: :cannery,
 | 
				
			||||||
      version: "0.4.0",
 | 
					      version: "0.4.1",
 | 
				
			||||||
      elixir: "~> 1.12",
 | 
					      elixir: "~> 1.12",
 | 
				
			||||||
      elixirc_paths: elixirc_paths(Mix.env()),
 | 
					      elixirc_paths: elixirc_paths(Mix.env()),
 | 
				
			||||||
      compilers: [:gettext] ++ Mix.compilers(),
 | 
					      compilers: [:gettext] ++ Mix.compilers(),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user