diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99905971e..ddd5e51d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 15.0.1
+
+### 🐛 Bug fix
+
+- Modify `duplicate` icon to differentiate from `copy` https://github.com/primer/octicons/pull/647
+
## 15.0.0
### 💥 Breaking changes
diff --git a/icons/copy-24.svg b/icons/copy-24.svg
index d0f0176ca..bac5b555a 100644
--- a/icons/copy-24.svg
+++ b/icons/copy-24.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/duplicate-16.svg b/icons/duplicate-16.svg
new file mode 100644
index 000000000..1d740ea16
--- /dev/null
+++ b/icons/duplicate-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/duplicate-24.svg b/icons/duplicate-24.svg
new file mode 100644
index 000000000..91277b518
--- /dev/null
+++ b/icons/duplicate-24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb
index 2bd8b672b..e943bb53f 100644
--- a/lib/octicons_gem/lib/octicons/version.rb
+++ b/lib/octicons_gem/lib/octicons/version.rb
@@ -1,3 +1,3 @@
module Octicons
- VERSION = "15.0.0".freeze
+ VERSION = "15.0.1".freeze
end
diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile
index 17875b264..1c9570f76 100644
--- a/lib/octicons_helper/Gemfile
+++ b/lib/octicons_helper/Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec
-gem "octicons", "15.0.0"
+gem "octicons", "15.0.1"
gem "rails"
group :development, :test do
diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb
index 4046afeb9..812baca41 100644
--- a/lib/octicons_helper/lib/octicons_helper/version.rb
+++ b/lib/octicons_helper/lib/octicons_helper/version.rb
@@ -1,3 +1,3 @@
module OcticonsHelper
- VERSION = "15.0.0".freeze
+ VERSION = "15.0.1".freeze
end
diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec
index aa3a7c02a..3d5de616b 100644
--- a/lib/octicons_helper/octicons_helper.gemspec
+++ b/lib/octicons_helper/octicons_helper.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
- s.add_dependency "octicons", "15.0.0"
+ s.add_dependency "octicons", "15.0.1"
s.add_dependency "railties"
s.add_dependency "actionview"
end
diff --git a/lib/octicons_jekyll/Gemfile b/lib/octicons_jekyll/Gemfile
index bb5acddae..9bb550c23 100644
--- a/lib/octicons_jekyll/Gemfile
+++ b/lib/octicons_jekyll/Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec
-gem "octicons", "15.0.0"
+gem "octicons", "15.0.1"
group :development, :test do
gem "minitest"
diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec
index 8d7b29be4..e8aaaf81c 100644
--- a/lib/octicons_jekyll/jekyll-octicons.gemspec
+++ b/lib/octicons_jekyll/jekyll-octicons.gemspec
@@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.add_dependency "jekyll", ">= 3.6", "< 5.0"
- s.add_dependency "octicons", "15.0.0"
+ s.add_dependency "octicons", "15.0.1"
end
diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb
index ff5966ba3..3d0a68c50 100644
--- a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb
+++ b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb
@@ -3,6 +3,6 @@ module Liquid; class Tag; end; end
module Jekyll
class Octicons < Liquid::Tag
- VERSION = "15.0.0".freeze
+ VERSION = "15.0.1".freeze
end
end
diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json
index 1b3869eeb..7d792c1b7 100644
--- a/lib/octicons_node/package.json
+++ b/lib/octicons_node/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons",
- "version": "15.0.0",
+ "version": "15.0.1",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://primer.style/octicons",
"author": "GitHub Inc.",
diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json
index c361001e8..4ea186785 100644
--- a/lib/octicons_react/package.json
+++ b/lib/octicons_react/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons-react",
- "version": "15.0.0",
+ "version": "15.0.1",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://primer.style/octicons",
"author": "GitHub, Inc.",
diff --git a/lib/octicons_styled/package.json b/lib/octicons_styled/package.json
index edc9f76df..f649ea650 100644
--- a/lib/octicons_styled/package.json
+++ b/lib/octicons_styled/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/styled-octicons",
- "version": "15.0.0",
+ "version": "15.0.1",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://primer.style/octicons",
"author": "GitHub, Inc.",
diff --git a/package.json b/package.json
index e1511e5c3..6dd2b16f6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "15.0.0",
+ "version": "15.0.1",
"scripts": {
"version": "script/version",
"test": "ava -v tests/*.js",