forked from shibao/cannery
		
	bump version
This commit is contained in:
		@@ -130,7 +130,7 @@ defmodule CanneryWeb.HomeLive do
 | 
				
			|||||||
        <li class="flex flex-row justify-center space-x-2">
 | 
					        <li class="flex flex-row justify-center space-x-2">
 | 
				
			||||||
          <b>Version:</b>
 | 
					          <b>Version:</b>
 | 
				
			||||||
          <p>
 | 
					          <p>
 | 
				
			||||||
            0.2.1
 | 
					            0.2.2
 | 
				
			||||||
          </p>
 | 
					          </p>
 | 
				
			||||||
        </li>
 | 
					        </li>
 | 
				
			||||||
      </ul>
 | 
					      </ul>
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										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.2.1",
 | 
					      version: "0.2.2",
 | 
				
			||||||
      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